-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
27 lines (27 loc) · 1.07 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
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
<title>project blanc</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<head>
<body>
<section class="bottom">
<p style="text-align: left">
<a href="/" style="text-decoration: none;"><</a>
</p>
<p style="text-align: justify;">this page could not be found!</p>
<p>
<span style="float: left;">
<a href="/careers.html">careers</a> <a href="https://twitter.com/projectblanc_ch">twitter</a> <a
href="https://github.com/project-blanc">github</a>
</span>
<span style="float: right;text-align: right;"><strong>[email protected]</strong></span>
</p>
</section>
</body>
</html>