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"/>
|
2020-09-11 19:14:32 +02:00
|
|
|
<link href="css/slideshow.css" rel="stylesheet"/>
|
|
|
|
<link href="css/tabbedComponent.css" rel="stylesheet"/>
|
2020-09-30 22:22:58 +02:00
|
|
|
<link href="css/openinghourstable.css" rel="stylesheet"/>
|
2020-10-27 01:01:34 +01:00
|
|
|
<link href="css/tagrendering.css" rel="stylesheet"/>
|
2020-12-07 03:02:50 +01:00
|
|
|
<link href="css/ReviewElement.css" rel="stylesheet"/>
|
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
|
|
|
<link rel="stylesheet" type="text/css" href="node_modules/slick-carousel/slick/slick.css"/>
|
|
|
|
<link rel="stylesheet" type="text/css" href="node_modules/slick-carousel/slick/slick-theme.css"/>
|
|
|
|
|
2020-06-24 00:35:19 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2020-11-17 02:22:48 +01:00
|
|
|
|
|
|
|
<div id="maindiv">'maindiv' not attached</div>
|
2020-07-01 02:12:33 +02:00
|
|
|
<div id="extradiv">'extradiv' not attached</div>
|
2020-06-24 00:35:19 +02:00
|
|
|
<script src="./test.ts"></script>
|
2021-02-21 01:57:50 +01:00
|
|
|
<iframe src="http://127.0.0.1:1234/index.html" height="500px" width="600px"></iframe>
|
|
|
|
<iframe src="http://127.0.0.1:1234/index.html?layout=bookcases&fs-userbadge=false&fs-search=false&fs-welcome-message=false&fs-layers=false&fs-geolocation=false" height="500px" width="600px"></iframe>
|
2020-06-24 00:35:19 +02:00
|
|
|
</body>
|
|
|
|
</html>
|