Lots of styling, mobile friendliness, better UI flows

This commit is contained in:
Pieter Vander Vennet 2020-06-28 00:06:23 +02:00
parent 0b4016b65d
commit 57c9fcc5aa
28 changed files with 440 additions and 117 deletions

View file

@ -5,7 +5,7 @@
<link href="index.css" rel="stylesheet"/>
</head>
<body>
<div id="maindiv" style="border: 5px dashed red">Hello World</div>
<div id="maindiv"e>Hello World</div>
<script src="./test.ts"></script>
</body>
</html>