29 lines
1,001 B
HTML
29 lines
1,001 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Small tests</title>
|
|
<link href="index.css" rel="stylesheet"/>
|
|
<link rel="stylesheet" href="./vendor/leaflet.css"/>
|
|
<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">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div id="maindiv">'maindiv' not attached</div>
|
|
<div id="extradiv">'extradiv' not attached</div>
|
|
|
|
<script src="./test.ts"></script>
|
|
|
|
|
|
</body>
|
|
</html>
|