11 lines
130 B
HTML
11 lines
130 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>Tower</title>
|
|
</head>
|
|
|
|
<body>
|
|
<script type="module" src="js/tower.js"></script>
|
|
</body>
|