24 lines
716 B
HTML
24 lines
716 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="style.css">
|
|
<title>Static Hoster</title>
|
|
</head>
|
|
<body>
|
|
<div class="topBox">
|
|
<div class="topText">
|
|
<div class="heading">
|
|
<h1>Oh no, site not found</h1>
|
|
</div>
|
|
<div class="subtext">
|
|
<p>Error 404 - Not found :(</p>
|
|
</div>
|
|
</div>
|
|
<img id="gopherImg" src="gopherPride.png" alt="A Golang gopher with a pride shirt">
|
|
</div>
|
|
<div class="bottomBox"></div>
|
|
</body>
|
|
</html> |