Skip to content

Commit

Permalink
Add basic scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
ackwell committed Jan 15, 2025
1 parent 7e5ff47 commit e5357a5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# https://github.com/lipanski/docker-static-website
FROM lipanski/docker-static-website:latest

COPY public/* .
Binary file added public/favicon.ico
Binary file not shown.
9 changes: 9 additions & 0 deletions public/temp.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>XIVAPI</title>
</head>
<body>
TODO
</body>
</html>

0 comments on commit e5357a5

Please sign in to comment.