diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-11-16 17:03:07 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-11-16 17:03:07 +0100 |
| commit | 92881093ae19e4d76193447c187028aee5cbe4c7 (patch) | |
| tree | 8e3b4baa4ea790b5e9b30e2fed6ed4f1b871cc5c /animism-align/static | |
| parent | 77489cf313dd47122b9be80f6d49caf513a9e03c (diff) | |
getting the viewer-only version of the site working. flask command to run test server
Diffstat (limited to 'animism-align/static')
| -rw-r--r-- | animism-align/static/site.html | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/animism-align/static/site.html b/animism-align/static/site.html index fd7eb84..6cc5a02 100644 --- a/animism-align/static/site.html +++ b/animism-align/static/site.html @@ -5,16 +5,14 @@ <title>PAGE_TITLE</title> <meta name="viewport" content="width=device-width,initial-scale=1.0" /> <meta name="description" content="PAGE_DESCRIPTION" /> - <link rel="stylesheet" type="text/css" href="SITE_PATH/site.css" /> <style> -/* - html { background: #000; } - .plain_content { display: none; } -*/ + html { background: #fff; } + #plain_content { display: none; } </style> </head> <body> -<div class="plain_content">PLAIN_CONTENT</div> +<div id="plain_content">PLAIN_CONTENT</div> +<script type="text/json" id="site_data">SITE_JSON</script> <script> var s = document.createElement('script'); s.setAttribute('src', 'BUNDLE_PATH?' + (Date.now() / 3600)) |
