bit4sat-web/index.html

20 lines
380 B
HTML
Raw Normal View History

2019-03-13 17:07:54 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title></title>
</head>
<body>
<div id="app">
{{ message }}
2019-03-15 18:01:52 +00:00
<div id="hoverme">
hover me
</div>
</div>
2019-03-13 17:07:54 +00:00
<script src="./src/index.js"></script>
</body>
</html>