salix/index.html

13 lines
218 B
HTML
Raw Normal View History

2016-09-29 05:10:58 +00:00
<!doctype html>
<html>
2016-10-05 05:55:53 +00:00
<head>
<title>Salix</title>
</head>
<body>
<div id="app">
{{1+1}}
2016-09-29 09:04:11 +00:00
</div>
2016-10-05 05:55:53 +00:00
<script type="text/javascript" src="build/salix.app.js" selector="#app"></script>
</body>
</html>