diff options
author | Joris | 2025-04-19 12:36:38 +0200 |
---|---|---|
committer | Joris | 2025-04-19 12:38:24 +0200 |
commit | 632eef6424d8dc8d40c2906177892697679e7b85 (patch) | |
tree | 48d9cd60e9e96eab810b5f7bb3c7b1fa79e0438f /frontend/html/index.html | |
parent | 063d8ef9eaf874a941f4459e831057dd0a1b7ddd (diff) |
Add ZIG server
Diffstat (limited to 'frontend/html/index.html')
-rw-r--r-- | frontend/html/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/frontend/html/index.html b/frontend/html/index.html new file mode 100644 index 0000000..68fdca5 --- /dev/null +++ b/frontend/html/index.html @@ -0,0 +1,11 @@ +<!doctype html> +<html lang="fr"> +<meta charset="utf-8"> +<meta name="viewport" content="width=device-width"> +<title>Maps</title> +<link rel="stylesheet" href="/public/main.css"> +<link rel="icon" href="/public/icon.png"> + +<body></body> + +<script src="/public/main.js"></script> |