Files
tower/tower.html

11 lines
130 B
HTML
Raw Normal View History

2021-05-08 12:13:14 -07:00
<!DOCTYPE html>
<html>
<head>
<title>Tower</title>
</head>
<body>
2021-05-08 13:00:59 -07:00
<script type="module" src="js/tower.js"></script>
2021-05-08 12:13:14 -07:00
</body>