-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex-ada-renderer.html
More file actions
55 lines (55 loc) · 3.38 KB
/
index-ada-renderer.html
File metadata and controls
55 lines (55 loc) · 3.38 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/assets/cs/favicon/favicon-196x196.png" sizes="196x196" />
<link rel="icon" href="/assets/cs/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" href="/assets/cs/favicon/favicon-32x32.png" sizes="32x32" />
<link rel="icon" href="/assets/cs/favicon/favicon-16x16.png" sizes="16x16" />
<link rel="shortcut icon" href="/assets/cs/favicon/favicon.ico" />
<link rel="apple-touch-icon" href="/assets/cs/favicon/apple-touch-icon-180x180.png" sizes="180x180">
<link rel="apple-touch-icon" href="/assets/cs/favicon/apple-touch-icon-76x76.png" sizes="76x76">
<link rel="apple-touch-icon" href="/assets/cs/favicon/apple-touch-icon-precomposed.png">
<link rel="preload" href="/assets/cs/fonts/poppins-regular.woff2" as="font" crossorigin="anonymous" />
<link rel="preload" href="/assets/cs/fonts/poppins-semibold.woff2" as="font" crossorigin="anonymous" />
<link rel="preload" as="image" href="/assets/common/logos/ada_logo_3-stack_aqua_white_text.svg">
<link rel="preload" as="image" href="/assets/cs/decor/ada_pie_pink.png">
<link rel="preload" as="image" href="/assets/cs/decor/ada_pie_turquoise.png">
<link rel="manifest" href="/manifest-ada.json" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, shrink-to-fit=no" />
<meta name="theme-color" content="#000000" />
<meta name="application-name" content="Ada Computer Science" />
<meta name="description" content="Join Ada Computer Science, the free, online computer science programme for students and teachers. Learn with our computer science resources and questions." data-react-helmet="true" />
<meta property="og:site_name" content="Ada Computer Science" />
<meta property="og:title" content="Ada Computer Science" data-react-helmet="true" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Join Ada Computer Science, the free, online computer science programme for students and teachers. Learn with our computer science resources and questions." data-react-helmet="true" />
<meta property="og:image" content="https://cdn.adacomputerscience.org/ada/logos/ada-logo-aqua-500px.png">
<title>Ada Computer Science</title>
</head>
<body>
<div id="root" class="d-flex flex-column overflow-clip min-vh-100">
<!-- root element's children are cleared on first react render -->
<noscript>
<div class="fixed-top bg-primary">
<img src="/assets/common/logos/ada_logo_3-stack_white.svg" alt="Ada Computer Science Logo" class="p-3" />
</div>
<div class="py-7"></div>
<div class="container my-7">
<div class="row">
<div class="col-10 offset-1 col-sm-8 offset-sm-2">
<div class="card">
<div class="card-body text-center">
<h1>Ada Computer Science</h1>
<p class="pt-3">You need to enable JavaScript to access Ada Computer Science.</p>
</div>
</div>
</div>
</div>
</div>
</noscript>
</div>
<script type="module" src="/src/index-ada-renderer.tsx"></script>
<script src="https://cdn.adacomputerscience.org/vendor/youtube/iframe_api.js" async></script>
</body>
</html>