2020-06-24 00:35:19 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Small tests</title>
|
2020-09-02 11:37:34 +02:00
|
|
|
<link href="index.css" rel="stylesheet"/>
|
2021-06-23 02:15:28 +02:00
|
|
|
<link rel="stylesheet" href="./vendor/leaflet.css"/>
|
2021-07-13 16:11:57 +02:00
|
|
|
<link rel="stylesheet" href="./index.css"/>
|
|
|
|
<link rel="stylesheet" href="./css/userbadge.css"/>
|
|
|
|
<link rel="stylesheet" href="./css/tabbedComponent.css"/>
|
|
|
|
<link rel="stylesheet" href="./css/mobile.css"/>
|
|
|
|
<link rel="stylesheet" href="./css/openinghourstable.css"/>
|
|
|
|
<link rel="stylesheet" href="./css/tagrendering.css"/>
|
|
|
|
<link rel="stylesheet" href="css/ReviewElement.css"/>
|
|
|
|
<link rel="stylesheet" href="vendor/MarkerCluster.css"/>
|
|
|
|
<link rel="stylesheet" href="vendor/MarkerCluster.Default.css"/>
|
|
|
|
<meta property="og:type" content="website">
|
2020-10-02 19:00:24 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
2021-01-29 03:23:53 +01:00
|
|
|
|
2020-06-24 00:35:19 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2020-11-17 02:22:48 +01:00
|
|
|
|
2021-04-23 12:59:09 +02:00
|
|
|
<div id="maindiv">'maindiv' not attached</div>
|
2020-07-01 02:12:33 +02:00
|
|
|
<div id="extradiv">'extradiv' not attached</div>
|
2021-04-23 12:59:09 +02:00
|
|
|
|
2021-05-11 02:39:51 +02:00
|
|
|
<script src="./test.ts"></script>
|
2021-04-23 12:59:09 +02:00
|
|
|
|
|
|
|
|
2020-06-24 00:35:19 +02:00
|
|
|
</body>
|
|
|
|
</html>
|