Initial Commit 2

This commit is contained in:
2021-12-30 23:29:56 +01:00
parent 7298e8de73
commit 1ad30399cf
9 changed files with 259 additions and 45 deletions

View File

@ -11,9 +11,7 @@
<link data-trunk rel="scss" href="/static/styles/marquee.scss">
<!-- fonts -->
<!--
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Mono&display=swap">
-->
<!-- pwa manifest -->
<link data-trunk rel="copy-file" href="/static/manifest.json">
@ -34,6 +32,6 @@
</head>
<body>
<div id="app"></div>
<div id="app", style="width: 100%;"></div>
</body>
</html>