Skip to content

Commit

Permalink
fix: update template
Browse files Browse the repository at this point in the history
Signed-off-by: Alvaro Bueno <[email protected]>
  • Loading branch information
delagroove committed Oct 16, 2021
1 parent 739d547 commit 3d2f4e6
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions client/templates/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
<head>
<meta name="fragment" content="!">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<noscript><div style="padding: 40px; font-size: 200%; text-align: center;">This site requires JavaScript. Please enable it in your browser settings.</div></noscript>
<script type="text/javascript">window.prerenderReady = false;</script>

<div id="react-root">
<div style="position: absolute; top:50%; margin-top: -100px; height: 200px; left: 50%; margin-left: -100px; width: 200px; text-align: center;"><img src="/resources/reaction-logo-circular.svg"/ width="100" ><br /><h3>loading...</h3></div>
</div>
</head>
x<head>
x <meta name="fragment" content="!">
x <meta name="viewport" content="width=device-width, initial-scale=1.0">
x <noscript><div style="padding: 40px; font-size: 200%; text-align: center;">This site requires JavaScript. Please enable it in your browser settings.</div></noscript>
x <script type="text/javascript">window.prerenderReady = false;</script>
x</head>
x<body>
x <div id="react-root">
x <div style="position: absolute; top:50%; margin-top: -100px; height: 200px; left: 50%; margin-left: -100px; width: 200px; text-align: center;"><img src="/resources/reaction-logo-circular.svg" width="100" />
<br />
<h3>loading...</h3>
</div>
x </div>
x</body>

0 comments on commit 3d2f4e6

Please sign in to comment.