-
Notifications
You must be signed in to change notification settings - Fork 14
/
error.html
69 lines (69 loc) · 2.24 KB
/
error.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<html>
<head>
<link rel="stylesheet" href="asset/style.css">
</head>
<body>
<header>
<img class="logo" src="asset/GitHub-Universe-logo-2020-white.svg">
<div class="time">December 8 - 10</div>
<div class="countdown-time">
<span class="d">22</span>
d
::
<span class="h">1</span>
h
::
<span class="m">48</span>
m
::
<span class="s">6</span>
s
</div>
<nav>
<li class="active"><a href="">Schedule</a></li>
<li><a href="">Speakers</a></li>
<li><a href="">Experience</a></li>
<li><a href="">Sponsors</a></li>
<li><a href="">FAQ</a></li>
<li><a href="">Subscribe</a></li>
</nav>
</header>
<section class="content">
<div class="container">
<h1 class="gradient-subtext">404 Error.</h1>
<p>
This page does not exist. Please use the navigation to get to a working page. If you got here due to an error on our part,
<a class="underline" href="">please let us know.</a>
</p>
<br>
<a class="button" href="index.html">
GO TO HOMEPAGE
</a>
</div>
</section>
<hr class="gradient">
<footer>
<ul class="linear-list">
<li>
<a href="">Code of Conduct</a>
</li>
<li>
<a href="">Terms</a>
</li>
<li>
<a href="">Privacy</a>
</li>
<li>
<a href="">Event sponsorship</a>
</li>
<li>
<a href="">events@github.com</a>
</li>
</ul>
<a href="">
<img class="logo" src="asset/GitHub-invertocat.svg">
</a>
<p class="copyright">© 2020 GitHub. All rights reserved.</p>
</footer>
</body>
</html>