12 lines
558 B
HTML
12 lines
558 B
HTML
<html style="height: 100%;">
|
|
<head>
|
|
<link rel="stylesheet" href="node_modules/@fortawesome/fontawesome-free/css/all.min.css"/>
|
|
<link rel="stylesheet" href="node_modules/bootswatch/dist/cyborg/bootstrap.min.css"/>
|
|
</head>
|
|
<body style="height: 100%; margin: 0px;">
|
|
<app id="app"></app>
|
|
<canvas id="canvas" style="width: 100%; height: 100%;"></canvas>
|
|
<script src="node_modules/vue/dist/vue.global.js"></script>
|
|
<script src="js/bundle.js" onerror="import('./js/main.js')"></script>
|
|
</body>
|
|
</html> |