refactored the README.md file, added Dockerfile and public_html folder
This commit is contained in:
12
public_html/index.html
Normal file
12
public_html/index.html
Normal 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>
|
Reference in New Issue
Block a user