-
Notifications
You must be signed in to change notification settings - Fork 12
/
register.html
32 lines (29 loc) · 1.49 KB
/
register.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
<!DOCTYPE html>
<html lang=" en " xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta name="HandheldFriendly" content="true">
<!-- Meta Contents -->
<meta property="og:title" content="Hack Club ITER">
<meta property="og:description" content="The Official Website of Hack Club ITER.">
<meta property="og:image" content="./img/logos/logo-no-bg.png">
<meta property="og:url" content="https://iter.hackclub.com">
<meta name="keywords" content="Hack Club, Hack Club ITER">
<!-- CSS & Fonts -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Lato:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/team.css">
<!-- Icons and Meta Images -->
<link rel="shortcut icon" href="./img/favicon/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css">
<!-- Title -->
<title>Hack Club ITER</title>
</head>
<body>
<script>window.location.replace("https://forms.gle/etHLqxNSKLQ9Ds826")</script>
</body>
</html>