Initial marketing site - interactive layers widget, dark theme, responsive

This commit is contained in:
Scot 2026-05-09 12:55:58 +00:00
commit 74fc631324
3 changed files with 224 additions and 0 deletions

4
Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html
COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80