22 lines
466 B
HTML
22 lines
466 B
HTML
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>Salix</title>
|
|
</head>
|
|
<body>
|
|
<div id="app">
|
|
{{1+1}}
|
|
</div>
|
|
<<<<<<< HEAD
|
|
<script type="text/javascript" src="build/salix.app.js" selector="#app"></script>
|
|
</body>
|
|
</html>
|
|
=======
|
|
<body>
|
|
<script type="text/javascript" src="build/salix.core.js"></script>
|
|
<script type="text/javascript" src="build/salix.app.js"></script>
|
|
</body>
|
|
</html>
|
|
>>>>>>> 123932ba64bf824cbdc2bd9fe04663b2e539eea3
|