-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·39 lines (32 loc) · 1.26 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Media -->
<meta property="og:site_name" content="Renegade Girls Tinkering Club">
<meta property="og:title" content="Renegade Girls">
<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";
p {
font-family: "Comme";
margin-left: 50px;
margin-top: 30px;
font-size: 1.3rem;
}
</style>
<meta http-equiv="Refresh" content="0; url=home" />
</head>
<body>
<p>
If you are not redirected immediately, please click <a href="/home">this link</a> to be moved manually.
</p>
</body>
</html>