2020-06-24 00:35:19 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Small tests</title>
|
|
|
|
<link href="index.css" rel="stylesheet"/>
|
|
|
|
</head>
|
|
|
|
<body>
|
2020-07-08 11:23:36 +02:00
|
|
|
<span class="image-delete-container">
|
2020-07-01 02:12:33 +02:00
|
|
|
<div id="maindiv">'maindiv' not attached</div>
|
2020-07-08 11:23:36 +02:00
|
|
|
</span>
|
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>
|