chore: init
This commit is contained in:
commit
ec15db950e
15
dev/index.html
Normal file
15
dev/index.html
Normal 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
7
docker-compose.yml
Normal file
@ -0,0 +1,7 @@
|
||||
services:
|
||||
web:
|
||||
image: darkhttpd
|
||||
ports:
|
||||
- "28080:80"
|
||||
volumes:
|
||||
- ./dev/:/var/www/htdocs:ro
|
Loading…
Reference in New Issue
Block a user