This commit is contained in:
Dan Elbert 2018-05-09 15:17:07 -05:00
parent 3c87ee8083
commit cd6f408d39
2 changed files with 6 additions and 4 deletions

View File

@ -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,8 +16,10 @@
<body>
<div id="app" data-url="<%= root_url %>">
<div id="app-placeholder">
Loading...
</div>
</div>
<%= javascript_pack_tag 'application' %>

View File

@ -4,5 +4,5 @@
"start_url": ".",
"display": "standalone",
"background_color": "#4a4a4a",
"description": "A simply readable Hacker News app."
"description": "A recipe manager."
}