Add styletest page
This commit is contained in:
parent
07f9f1bb15
commit
e04430b428
1 changed files with 12 additions and 0 deletions
12
style_test.html
Normal file
12
style_test.html
Normal 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>
|
Loading…
Reference in a new issue