Files
tower/tower.html
2021-05-08 13:00:59 -07:00

11 lines
130 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Tower</title>
</head>
<body>
<script type="module" src="js/tower.js"></script>
</body>