website/public_html/index.html
2021-09-03 19:21:11 +02:00

14 lines
352 B
HTML

<!doctype html>
<html>
<head>
<title>Null</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="author" content="andrewfoll@protonmail.com"/>
<link rel="shortcut icon" href="./images/favicon.png"/>
</head>
<body>
<h2>Hello, World!</h2>
<p>Nothing to do here, just a boring page</p>
</body>
</html>