mapcomplete/test.html

13 lines
271 B
HTML
Raw Normal View History

2020-06-23 22:35:19 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Small tests</title>
<link href="index.css" rel="stylesheet"/>
</head>
<body>
2020-07-01 00:12:33 +00:00
<div id="maindiv">'maindiv' not attached</div>
<div id="extradiv">'extradiv' not attached</div>
2020-06-23 22:35:19 +00:00
<script src="./test.ts"></script>
</body>
</html>