Added a wee 'loading screen' message.
This commit is contained in:
parent
dc226b1f25
commit
e9e3dd6a8d
2 changed files with 13 additions and 1 deletions
|
|
@ -11,7 +11,15 @@
|
|||
<title>Example swinging needle meter following re-com conventions.</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<div id="app">
|
||||
<h1>
|
||||
Please be patient...
|
||||
</h1>
|
||||
<p>
|
||||
If you're seeing this, Javascript has not yet loaded. If you continue
|
||||
to see this for more than a minute, it may be that something has broken.
|
||||
</p>
|
||||
</div>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/snap.svg/0.5.1/snap.svg-min.js"></script>
|
||||
<script src="js/compiled/app.js"></script>
|
||||
<script>swinging_needle_meter.core.init();</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue