-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.html
More file actions
26 lines (21 loc) · 849 Bytes
/
Copy pathapp.html
File metadata and controls
26 lines (21 loc) · 849 Bytes
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
<!DOCTYPE html>
<!--[if IE 9]><html class="lt-ie9 ie9" {{ HTML_ATTRS }}><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<html lang="en" {{ HTML_ATTRS }}>
<!--<![endif]-->
<head {{ HEAD_ATTRS }}>
{{ HEAD }}
<!-- <script id="luma-checkout" src="https://embed.lu.ma/checkout-button.js"></script> -->
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Barlow%7CBarlow+Condensed:300,400,500,600,700,900" />
<!-- Add gtag scripts here -->
</head>
<body {{ BODY_ATTRS }}>
{{ APP }}
<a id="mlh-trust-badge"
style="display:block;max-width:100px;min-width:60px;position:fixed;right:50px;top:0;width:10%;z-index:10000"
href="https://mlh.io/events/"
target="_blank"><img src="/mlh-trust-badge-2023.png"
alt="Major League Hacking 2023 Hackathon Season" style="width:100%"></a>
</body>
</html>