-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
50 lines (41 loc) · 1.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Media -->
<meta property="og:site_name" content="Renegade Girls Tinkering Club">
<meta property="og:title" content="Renegade Girls — Page Not Found">
<meta property="og:description" content="An afterschool and summer camp to empower young girls in engineering">
<meta propery="og:determiner" content="the">
<meta property="og:type" content="text/html">
<meta property="og:url" content="https://renegadegirls.github.io/Site/">
<meta property="og:image" content="https://renegadegirls.github.io/Site/images/github/social.png">
<!-- Favicons -->
<link rel="icon" type="image/x-icon" href="../images/favicon/favicon.ico?v=2">
<link rel="apple-touch-icon" href="../images/favicon/favicon-large.png">
<link rel="shortcut icon" type="image/x-icon" href="../images/favicon/favicon.ico">
<style>
@import "global/global.css";
h2 {
font-family: "Poppins";
font-size: 1.5rem;
margin-top: 50px;
}
p {
font-family: "Comme";
font-size: 1.3rem;
}
body {
margin-left: 60px;
}
</style>
<meta http-equiv="Refresh" content="0; url=home" />
</head>
<body>
<h2>
404 — Page not Found
</h2>
<p>
Go to the <a href="/home">home</a> page?
</p>
</body>
</html>