-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 961 Bytes
/
index.html
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
27
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>default server documents</title>
<style type="text/css">
@import url('page.css');
</style>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex">
</head>
<body>
<div class="container">
<div class="content">
<h1>template list:</h1>
<a href="403.html">status 403</a>
<a href="404.html">status 404</a>
<a href="500.html">status 500</a>
<a href="domain-unknown.html">domain placeholder</a>
<div class="internal">
<a href="https://hemk.es/" title="made by turbopixel">designed by turbopixel</a>
</div>
</div>
</div>
</body>
</html>