mapcomplete/style_test.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
275 B
HTML
Raw Normal View History

2023-07-16 01:50:06 +02:00
<!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>