forked from tweedge/unique-local-ipv6
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
36 lines (34 loc) · 1.29 KB
/
404.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
28
29
30
31
32
33
34
35
36
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Unique Local IPv6 Generator</title>
<meta charset="utf-8">
<meta name="description" content="A 404 page. This does not help generate IPv6 ULAs!">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/libraries/bootstrap/3.0.3/bootstrap.min.css">
<link rel="stylesheet" href="/css/styles.css">
</head>
<body>
<div class="container">
<div class="header">
<ul class="nav nav-pills pull-right">
<li><a href="/">Generator</a></li>
<li><a href="/faq.html">FAQ</a></li>
<li><a href="/about.html">About</a></li>
</ul>
<h3 class="text-muted">Unique Local IPv6 Generator</h3>
</div>
<div>
<h2>Oops!</h2>
<p>That's a 404. Why not head back to the <a href="/">homepage</a>?</p>
</div>
<div class="footer">
<p class="pull-right">
Original © 2013 unique-local-ipv6.com, updates by <a href="https://chris.partridge.tech/">tweedge</a> and <a href="about.html#improvements-and-contributors">contributors</a>
</p>
</div>
</div>
<script src="/libraries/jquery/1.10.2/jquery.min.js"></script>
<script src="/libraries/bootstrap/3.0.3/bootstrap.min.js"></script>
</body>
</html>