-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·34 lines (32 loc) · 1.39 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Maths Club!</title>
<link href="https://fonts.googleapis.com/css?family=Reem+Kufi|Roboto:300" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.12.0/css/all.css" rel="stylesheet">
<link rel="icon" href="#">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/grey-white.css">
<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">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#a77b3e">
<meta name="apple-mobile-web-app-title" content="CGS Maths Club">
<meta name="application-name" content="CGS Maths Club">
<meta name="msapplication-TileColor" content="#f7e8d3">
<meta name="theme-color" content="#f7e8d3">
</head>
<body>
<main>
<h1>this page should just redirect to the maths club website</h1>
<p>i'm dumb and can't figure out how to have the actual website set up on the root domain, so ig this is the solution we're gonna go with :P</p>
</main>
</body>
<script>
window.location.replace("https://cgs-math.github.io/app/");
</script>
</html>