This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (55 loc) · 3.76 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
<!DOCTYPE html>
<html class="nojs" xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml" itemscope itemtype="http://schema.org/Person">
<head>
<base href="/">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="Cache-Control" content="no-transform" />
<meta property="og:title" content="" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://frostcdn-dev.comicrelief.com/_static/3540ee68412954cc058513d9230e8c708ced536f/assets/layouts/SR16/images/ui/logo/sr_logo.png" />
<meta property="og:description" content="" />
<meta itemprop="name" content="">
<meta itemprop="description" content="">
<meta itemprop="image" content="https://frostcdn-dev.comicrelief.com/_static/3540ee68412954cc058513d9230e8c708ced536f/assets/layouts/SR16/images/ui/logo/sr_logo.png">
<link rel="shortcut icon" href="https://frostcdn-dev.comicrelief.com/_static/3540ee68412954cc058513d9230e8c708ced536f/assets/layouts/base/images/favicon.ico" type="image/x-icon" />
<link rel="image_src" type="image/jpeg" href="https://frostcdn-dev.comicrelief.com/_static/3540ee68412954cc058513d9230e8c708ced536f/assets/layouts/base/images/logos/base.png" />
<link rel="stylesheet" type="text/css" href="//cloud.typography.com/7285574/670848/css/fonts.css" />
<link rel="stylesheet" href="https://frostcdn-dev.comicrelief.com/_static/3540ee68412954cc058513d9230e8c708ced536f/assetic/SR16/styles_css" />
<link rel="stylesheet" media="print" href="https://frostcdn-dev.comicrelief.com/_static/3540ee68412954cc058513d9230e8c708ced536f/assetic/SR16/print_css" />
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
<script src="node_modules/systemjs/dist/system-polyfills.js"></script>
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
<script src="node_modules/systemjs/dist/system.src.js"></script>
<script src="node_modules/rxjs/bundles/Rx.js"></script>
<script src="node_modules/angular2/bundles/angular2.dev.js"></script>
<script src="node_modules/angular2/bundles/router.dev.js"></script>
<script>
System.config({
packages: {
app: {
format: 'register',
defaultExtension: 'js'
}
}
});
System.import('app/boot')
.then(null, console.error.bind(console));
</script>
<script type="text/javascript" src="https://frostcdn-dev.comicrelief.com/_static/3540ee68412954cc058513d9230e8c708ced536f/assetic/SR16/global_js"></script>
<script type="text/javascript" src="https://frostcdn-dev.comicrelief.com/_static/3540ee68412954cc058513d9230e8c708ced536f/assetic/SR16/init_js"></script>
<script type="text/javascript" src="https://frostcdn-dev.comicrelief.com/_static/3540ee68412954cc058513d9230e8c708ced536f/assetic/SR16/registration_js"></script>
<script>
(function(d) {
var config = {
kitId: 'ovy6xvu',
scriptTimeout: 3000,
async: true
},
h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/\bwf-loading\b/g,"")+" wf-inactive";},config.scriptTimeout),tk=d.createElement("script"),f=false,s=d.getElementsByTagName("script")[0],a;h.className+=" wf-loading";tk.src='https://use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!="complete"&&a!="loaded")return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
})(document);
</script>
</head>
<my-app>Loading...</my-app>
</html>