diff options
| author | Tim <contact@bytim.eu> | 2026-05-14 15:12:49 +0200 |
|---|---|---|
| committer | Tim <contact@bytim.eu> | 2026-05-14 15:12:49 +0200 |
| commit | 607f920d4c880ef548be07c26f6df706bc5f2486 (patch) | |
| tree | 77fd96383a331e589e5be6024a7820b1a4c78c57 /public/index.html | |
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..2aef356 --- /dev/null +++ b/public/index.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <meta content="width=device-width, initial-scale=1" name="viewport"> + <link href="/beer.css" rel="stylesheet" /> + </head> + <body> + <div id="app"> + <i>Loading...</i> + </div> + <script src="/js/main.js" type="text/javascript"></script> + <script type="text/javascript">aome.core.init_BANG_();</script> + <script src="/beer.js"></script> + </body> +</html> + |
