29 lines
995 B
HTML
29 lines
995 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Small tests</title>
|
|
<link href="index.css" rel="stylesheet"/>
|
|
<link href="./vendor/leaflet.css" rel="stylesheet"/>
|
|
<link href="./index.css" rel="stylesheet"/>
|
|
<link href="./css/userbadge.css" rel="stylesheet"/>
|
|
<link href="./css/tabbedComponent.css" rel="stylesheet"/>
|
|
<link href="./css/mobile.css" rel="stylesheet"/>
|
|
<link href="./css/openinghourstable.css" rel="stylesheet"/>
|
|
<link href="./css/tagrendering.css" rel="stylesheet"/>
|
|
<link href="./css/index-tailwind-output.css" rel="stylesheet"/>
|
|
<link href="./css/wikipedia.css" rel="stylesheet"/>
|
|
<link href="css/ReviewElement.css" rel="stylesheet"/>
|
|
<meta content="website" property="og:type">
|
|
<meta content="width=device-width, initial-scale=1.0, user-scalable=no" name="viewport">
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div id="maindiv">'maindiv' not attached</div>
|
|
<div id="extradiv">'extradiv' not attached</div>
|
|
|
|
<script src="./test.ts"></script>
|
|
|
|
|
|
</body>
|
|
</html>
|