forked from data-8/data-8.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
63 lines (55 loc) · 1.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="sp17/theme/css/main.css" />
<link rel="icon" type="image/x-icon" href="./favicon.ico">
<style>
body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
color: #27262b;
}
.head {
margin-left: auto;
margin-right: auto;
width: 70vw;
display: flex;
flex-wrap: wrap-reverse;
justify-content: center;
align-items: center;
text-align: center;
}
#d8logo {
padding-right: 2vw;
max-height: 200px;
}
#d8text {
padding-left: 2vw;
}
#main {
max-width: 500px;
margin-left: auto;
margin-right: auto;
padding-top: 5vh;
}
</style>
<title>404 Not Found | Data 8</title>
</head>
<body id="index" class="home">
<div class="head">
<img src="./data8.png" id="d8logo"/>
<h2 id="d8text">Data 8: Foundations of Data Science</h2>
</div>
<div id="main">
<h1>
404 Not Found
</h1>
<p>Oops...it looks like the page you're trying to access doesn't exist :(</p>
<h3>
Return to
<a href="http://data8.org/">
<span class="coursename">Data 8</span>
</a>
</h3>
</main>
</body>
</html>