13 lines
293 B
HTML
13 lines
293 B
HTML
<!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>
|