28 lines
1.1 KiB
HTML
28 lines
1.1 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="css/re-com.css">
|
|
<link rel="stylesheet" href="css/swinging-needle-meter.css">
|
|
<link href="http://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic" rel="stylesheet" type="text/css">
|
|
<link href="http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300" rel="stylesheet" type="text/css">
|
|
|
|
<title>Example swinging needle meter following re-com conventions.</title>
|
|
</head>
|
|
<body>
|
|
<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>
|
|
</body>
|
|
</html>
|