-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
58 lines (48 loc) · 1.86 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description"
content="Perks Green Computing Sustainable Java Maths Programming Kafka Storm Big Data Algorithms Functional Computer Science Github Clojure">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>The Perks of Computer Science</title>
<link rel="alternate" type="application/rss+xml"
title="RSS Feed for Perks of Computer Science Clojure"
href="/rss/clojure-rss.xml"/>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "SoftwareApplication",
"name": "The Perks of Computer Science",
"url": "https://github.com/perkss",
"author": {
"@type": "Person",
"name": "Perks"
},
"publisher": {
"@type": "Organization",
"name": "Perks"
}
}
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111689859-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-111689859-1');
</script>
<link href="//cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/katex.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css">
<link href='//fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700' rel='stylesheet'
type='text/css'>
</head>
<body>
<div id="app"></div>
<script src="./build/bundle.js"></script>
</body>
</html>