-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
60 lines (54 loc) · 2.66 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
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO -->
<title>Live Schedule | HackUPC</title>
<meta name="description" content="Upcoming events information and more info." />
<meta name="author" content="Hackers@UPC" />
<meta name="web_author" content="Hackers@UPC" />
<meta
name="keywords"
content="Hackathon, Hacker, Student, University, Collage, Programming, Technology, UPC, Barcelona, Spain"
/>
<meta name="reply-to" content="[email protected]" />
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="city" content="Barclona" />
<meta name="country" content="ES" />
<meta name="distribution" content="global" />
<!-- Open graph properties -->
<!-- Check it here: https://developers.facebook.com/tools/debug/sharing/?q=hackupc.com -->
<!-- Generated with: https://webcode.tools/ -->
<meta property="og:title" content="HackUPC Live" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="HackUPC" />
<meta property="og:locale" content="en_US" />
<meta property="og:description" content="Upcoming events information and more info." />
<meta property="og:url" content="https://live.hackupc.com" />
<meta property="og:image" content="https://hackupc.com/ogimage.png" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<!-- Generated with: https://realfavicongenerator.net/ -->
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png" />
<link rel="mask-icon" href="/favicon.svg" color="#5bbad5" />
<meta name="apple-mobile-web-app-title" content="HackUPC Live" />
<meta name="application-name" content="HackUPC Live" />
<meta name="msapplication-TileColor" content="#5f723f" />
<meta name="msapplication-config" content="/favicon/browserconfig.xml" />
<meta name="theme-color" content="#5f723f" />
</head>
<body>
<noscript>
We're sorry but this app doesn't work without JavaScript enabled. Please enable it to continue.
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script async src="https://easter-egg.hackupc.com/index.js"></script>
</body>
</html>