Add main index that loads the CSS assets and WASM application
This commit is contained in:
parent
76a981444e
commit
cd5e220b50
1 changed files with 15 additions and 0 deletions
15
ui/static/index.html
Normal file
15
ui/static/index.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" name="viewport" />
|
||||
<title>StopTime</title>
|
||||
|
||||
<!-- Include CSS (including Bootstrap and Font Awesome) -->
|
||||
<link href="/css/stoptime.css" rel="stylesheet"></link>
|
||||
</head>
|
||||
<body>
|
||||
<script src="stoptime_ui.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue