-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (39 loc) · 2.05 KB
/
index.html
File metadata and controls
40 lines (39 loc) · 2.05 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="theme-color" content="#000000" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.0.0/TweenMax.min.js"
integrity="sha256-yYE5i030zFWS1QObMdcpEqiGU10EwGSEAQaYGnQBUs0="
crossorigin="anonymous"></script>
<script src="/externalLibs/index.js"></script>
<script type="text/javascript" src="https://apis.google.com/js/api.js"></script>
<script type="text/javascript" src="https://apis.google.com/js/client.js"></script>
<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link rel="manifest" href="/manifest.json" />
<link rel="shortcut icon" href="/icons/favicon.ico?pr225" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/icons/apple-touch-icon.png"
/>
<link
rel="stylesheet"
type="text/css"
href="https://fonts.googleapis.com/css?family=Inconsolata&display=block"
/>
<title>Source Academy</title>
<meta
name="description"
content="Immersive experiential environment for learning programming, developed in the School of Computing at the National University of Singapore."
/>
<link rel="icon" href="/favicon.ico"><script defer src="/static/js/lib-react.956f802e.js"></script><script defer src="/static/js/lib-router.6179412b.js"></script><script defer src="/static/js/7325.6c2b2e1c.js"></script><script defer src="/static/js/index.552de2e2.js"></script><link href="/static/css/7325.2cbb9f6f.css" rel="stylesheet"><link href="/static/css/index.85601d64.css" rel="stylesheet"></head>
<body>
<noscript> You need to enable JavaScript to run this app. </noscript>
<div id="root"></div>
</body>
</html>