-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
27 lines (25 loc) · 848 Bytes
/
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
<!DOCTYPE html>
<html><head>
<meta lang="en" charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="icon" type="image/x-icon" href="/images/osc-logo.png">
<link rel="stylesheet" href="/css/main.css"/>
<title>OpenSourceCorp</title>
</head>
<body><div class="sidenav">
<a href="/">
<img src="/images/osc-logo.png" style="width:120px;height:100px;" alt="OSC Logo"/>
</a>
<h3>Navigation</h3>
<ul>
<li><a href="/index.html">Home</a></li>
<li><a href="/wiki/index.html">Wiki</a></li>
<li><a href="/blog/index.html">Blog</a></li>
<li><a href="https://github.com/opensourcecorp">Project SCM</a></li>
</ul>
</div>
<div id="content" class="content">
<h2>Whoops, that's a 404 there, chief</h2>
<h4><a href="/index.html">Go Home</a></h4>
</div></body>
</html>