1
0

Prep for mattermost plugin

This commit is contained in:
Zef Hemel
2022-07-22 13:44:28 +02:00
parent 57db2df496
commit 65234e17dd
12 changed files with 71 additions and 36 deletions
+11 -1
View File
@@ -3,6 +3,16 @@
<head>
<meta charset="utf-8" />
<title>Silver Bullet</title>
<style>
html,
body {
margin: 0;
height: 100%;
padding: 0;
width: 100%;
overflow: hidden;
}
</style>
<link rel="stylesheet" href="styles/main.scss" />
<script type="module" src="boot.ts"></script>
<link rel="manifest" href="manifest.json" />
@@ -11,6 +21,6 @@
<meta name="viewport" content="width=device-width" />
</head>
<body>
<div id="root"></div>
<div id="sb-root"></div>
</body>
</html>