ui
This commit is contained in:
parent
3c87ee8083
commit
cd6f408d39
@ -5,9 +5,9 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
|
||||
<script type="text/javascript">
|
||||
<style type="text/css">
|
||||
|
||||
</script>
|
||||
</style>
|
||||
|
||||
<title>Parsley</title>
|
||||
|
||||
@ -16,7 +16,9 @@
|
||||
<body>
|
||||
|
||||
<div id="app" data-url="<%= root_url %>">
|
||||
Loading...
|
||||
<div id="app-placeholder">
|
||||
Loading...
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= javascript_pack_tag 'application' %>
|
||||
|
@ -4,5 +4,5 @@
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"background_color": "#4a4a4a",
|
||||
"description": "A simply readable Hacker News app."
|
||||
"description": "A recipe manager."
|
||||
}
|
Loading…
Reference in New Issue
Block a user