Added a wee 'loading screen' message.
This commit is contained in:
parent
dc226b1f25
commit
e9e3dd6a8d
|
@ -6,6 +6,10 @@ Works well in Chrome and Firefox; not tested in Internet Exploder.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Demo site
|
||||||
|
|
||||||
|
There's a demo site [here](https://simon-brooke.github.io/swinging-needle-meter/resources/public/index.html).
|
||||||
|
|
||||||
## Intended uses
|
## Intended uses
|
||||||
|
|
||||||
This is a component for a console, typically one controlling a technical or scientific instrument. It is
|
This is a component for a console, typically one controlling a technical or scientific instrument. It is
|
||||||
|
|
|
@ -11,7 +11,15 @@
|
||||||
<title>Example swinging needle meter following re-com conventions.</title>
|
<title>Example swinging needle meter following re-com conventions.</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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="https://cdnjs.cloudflare.com/ajax/libs/snap.svg/0.5.1/snap.svg-min.js"></script>
|
||||||
<script src="js/compiled/app.js"></script>
|
<script src="js/compiled/app.js"></script>
|
||||||
<script>swinging_needle_meter.core.init();</script>
|
<script>swinging_needle_meter.core.init();</script>
|
||||||
|
|
Loading…
Reference in a new issue