diff options
author | pommicket <pommicket@gmail.com> | 2025-09-07 03:37:30 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-07 03:37:30 -0400 |
commit | 6f2eea28605381fadf41ec49d05c664c407b9b94 (patch) | |
tree | 02bfcc8e5f7f02da176d93dcc87ef138a399d948 /site/index.html |
Initial spec
Diffstat (limited to 'site/index.html')
-rw-r--r-- | site/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/site/index.html b/site/index.html new file mode 100644 index 0000000..026778b --- /dev/null +++ b/site/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <meta content="width=device-width,initial-scale=1" name="viewport"> +</head> +<body> + <h3>Coming soon</h3> +</body> +</html> |