Fix: readd missing files

This commit is contained in:
Pieter Vander Vennet 2023-07-16 01:50:06 +02:00
parent 13a35b9420
commit 7d802d418b
6 changed files with 260 additions and 0 deletions

12
style_test.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Stylesheet testing grounds</title>
<link href="./index.css" rel="stylesheet"/>
</head>
<body>
<div id="main"></div>
<script type="module" src="./StylesheetTestGui.ts"></script>
</body>
</html>