refactored the README.md file, added Dockerfile and public_html folder

This commit is contained in:
Andrea
2021-09-02 19:31:25 +02:00
parent 54346cbceb
commit 365078ae64
5 changed files with 27 additions and 42 deletions

12
public_html/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!doctype html>
<html>
<head>
<title>Null</title>
<meta name="viewport" content="width=device-width, inital-scale=1.0"/>
<meta name="author" content="andrewfoll@protonmail.com"/>
</head>
<body>
<h2>Hello, World!</h2>
<p>Nothing to do here, just a boring page</p>
</body>
</html>