chore: init

This commit is contained in:
jabuxas 2024-09-16 19:57:02 -03:00
commit 5b37f24cdb
2 changed files with 22 additions and 0 deletions

15
dev/index.html Normal file
View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jabuxas main page</title>
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<h1>hello world</h1>
</body>
</html>

7
docker-compose.yml Normal file
View File

@ -0,0 +1,7 @@
services:
web:
image: darkhttpd
ports:
- "8080:80"
volumes:
- ./dev/:/var/www/htdocs:ro