|
|
|
@ -162,6 +162,8 @@
|
|
|
|
<script src="<%= assetPath %>/node_modules/knockout/build/output/knockout-latest.js"></script>
|
|
|
|
<script src="<%= assetPath %>/node_modules/knockout/build/output/knockout-latest.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|
<script src="<%= appPath %>/setup.js" crossorigin type="module"></script>
|
|
|
|
<script src="<%= appPath %>/setup.js" crossorigin type="module"></script>
|
|
|
|
<link href="<%= assetPath %>/stylesheets/theme-light.css" rel="stylesheet">
|
|
|
|
<link href="<%= assetPath %>/stylesheets/theme-light.css" rel="stylesheet" />
|
|
|
|
|
|
|
|
<link href="<%= assetPath %>/stylesheets/theme-next.css" rel="stylesheet" />
|
|
|
|
|
|
|
|
<link href="<%= assetPath %>/stylesheets/style.css" rel="stylesheet">
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
</html>
|
|
|
|
|