Initial commit

This commit is contained in:
Shylie 2024-01-13 03:57:27 +00:00
commit 51e288ba45
2 changed files with 14 additions and 0 deletions

5
Caddyfile Normal file
View File

@ -0,0 +1,5 @@
shylie.info
file_server {
hide .git
}

9
index.html Normal file
View File

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>shylie.info</title>
</head>
<body>
<p>Hello, World!</p>
</body>
</html>