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-10-02 19:00:24 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
2020-09-02 11:37:34 +02:00
|
|
|
<style>
|
|
|
|
.tag-input-row {
|
|
|
|
display: block ruby;
|
|
|
|
box-sizing: border-box;
|
|
|
|
margin-right: 2em;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bordered {
|
|
|
|
border: 1px solid black;
|
|
|
|
display: block;
|
|
|
|
padding: 0.5em;
|
|
|
|
border-radius: 0.5em;
|
|
|
|
}
|
|
|
|
</style>
|
2020-06-24 00:35:19 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2020-11-17 02:22:48 +01:00
|
|
|
<div class="question">
|
|
|
|
|
|
|
|
<div id="maindiv">'maindiv' not attached</div>
|
|
|
|
</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>
|
|
|
|
</body>
|
|
|
|
</html>
|