diff options
Diffstat (limited to 'frontend/public/golf/watch.html')
| -rw-r--r-- | frontend/public/golf/watch.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/frontend/public/golf/watch.html b/frontend/public/golf/watch.html new file mode 100644 index 0000000..6ab7699 --- /dev/null +++ b/frontend/public/golf/watch.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> + <head> + <title>Golf | Albatross.swift</title> + </head> + <body> + <h1>Golf</h1> + <div id="app"></div> + <script type="module" src="/js/watch.js"></script> + </body> +</html> |
