mapcomplete/test.html
Pieter Vander Vennet 7b91d2574f Add share tab
2020-07-29 15:05:19 +02:00

13 lines
271 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Small tests</title>
<link href="index.css" rel="stylesheet"/>
</head>
<body>
<div id="maindiv">'maindiv' not attached</div>
<div id="extradiv">'extradiv' not attached</div>
<script src="./test.ts"></script>
</body>
</html>