2023-01-02 13:52:05 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<head>
|
|
|
|
<title>Availability test</title>
|
2023-01-26 11:15:25 -06:00
|
|
|
<link type="text/css" rel="stylesheet" href="../index.css" />
|
2023-01-02 13:52:05 -06:00
|
|
|
</head>
|
|
|
|
<body>
|
2023-02-01 21:43:47 -06:00
|
|
|
<div id="scene"></div>
|
2023-01-02 13:52:05 -06:00
|
|
|
</body>
|
2023-02-01 21:43:47 -06:00
|
|
|
<script type="module" src="./scripts/availability.test.js">
|
2023-01-02 13:52:05 -06:00
|
|
|
</script>
|