blob: bbe949f3b831120cf6fb0aee2a288244bdbec1ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<head>
<title>Golf | Albatross.swift</title>
</head>
<body>
<h1>Golf</h1>
<div id="app"></div>
<script type="module" src="/js/game.js"></script>
</body>
</html>
|