salix/index.html

15 lines
366 B
HTML
Raw Normal View History

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