-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy path404.html
More file actions
26 lines (21 loc) · 779 Bytes
/
Copy path404.html
File metadata and controls
26 lines (21 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
permalink: /404.html
---
<html lang="en">
<head>
<link rel="stylesheet" href="{{site.baseurl}}/stylesheets/main.css" type="text/css" />
<link rel="stylesheet" href="{{site.baseurl}}/stylesheets/syntax.css" type="text/css" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="Sebastian Staudt" />
<title>Steam Condenser - Not found</title>
</head>
<body style="padding-top: 10em">
<div id="logo">
<img alt="Steam Condenser logo"
src="{{site.baseurl}}/images/steam-condenser-64x64-opaque.png" />
</div>
<h1>The page could not be found.</h1>
Please visit the <a href="{{site.baseurl}}/">home page</a> to find the content you were
looking for.
</body>
</html>