This repository has been archived by the owner on Jun 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (75 loc) · 2.34 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<html lang="en">
<head>
<!-- Plausible Analytics -->
<script
defer
data-domain="apply.ohsea.gg"
src="https://plausible.io/js/plausible.js"
></script>
<!-- Meta tags -->
<meta charset="utf-8" />
<meta
content="width=device-width, initial-scale=1, shrink-to-fit=no"
name="viewport"
/>
<meta
content="Our mission is to increase student engagement in esports and STEAM and open pathways for highschool students going into the esports industry."
name="description"
/>
<!-- Open Graph Meta Tags for Discord Embed -->
<meta content="en_US" property="og:locale" />
<meta content="website" property="og:type" />
<meta
content="Ontario High School Esports Association"
property="og:site_name"
/>
<meta content="OHSEA | Apply" property="og:title" />
<meta
content="Our mission is to increase student engagement in esports and STEAM and open pathways for highschool students going into the esports industry."
property="og:description"
/>
<meta
content="https://apply.ohsea.gg/OHSEA%20Logo.png"
property="og:image"
/>
<meta content="https://apply.ohsea.gg" property="og:url" />
<!-- Favicon -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="favicons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="favicons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="favicons/favicon-16x16.png"
/>
<link rel="manifest" href="favicons/site.webmanifest" />
<link rel="shortcut icon" href="favicons/favicon.ico" />
<meta name="apple-mobile-web-app-title" content="OHSEA" />
<meta name="application-name" content="OHSEA" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="msapplication-config" content="favicons/browserconfig.xml" />
<meta name="theme-color" content="#ffffff" />
<!-- Title of Page -->
<title>Apply to OHSEA!</title>
</head>
<body>
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSdiiRE5fyBuGrN0TWhYQkOa64lRym12DyzIeFE1x2hRz8iQsQ/viewform?embedded=true"
width="100%"
height="100%"
frameborder="0"
marginheight="0"
marginwidth="0"
>Loading…</iframe
>
</body>
</html>