feat: add Artemis moon mission overview site

This commit is contained in:
Hermes Agent
2026-05-03 07:29:14 +00:00
commit e8bbebe04c
3 changed files with 706 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80