mapcomplete/test.html

20 lines
657 B
HTML
Raw Normal View History

2020-06-23 22:35:19 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Small tests</title>
2020-09-02 09:37:34 +00:00
<link href="index.css" rel="stylesheet"/>
<link href="css/slideshow.css" rel="stylesheet"/>
<link href="css/tabbedComponent.css" rel="stylesheet"/>
2020-09-30 20:22:58 +00:00
<link href="css/openinghourstable.css" rel="stylesheet"/>
2020-10-27 00:01:34 +00:00
<link href="css/tagrendering.css" rel="stylesheet"/>
2020-12-07 02:02:50 +00:00
<link href="css/ReviewElement.css" rel="stylesheet"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
2020-06-23 22:35:19 +00:00
</head>
<body>
2020-11-17 01:22:48 +00:00
<div id="maindiv">'maindiv' not attached</div>
2020-07-01 00:12:33 +00:00
<div id="extradiv">'extradiv' not attached</div>
2020-06-23 22:35:19 +00:00
<script src="./test.ts"></script>
</body>
</html>