-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·40 lines (38 loc) · 1.23 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
<html prefix="og:http://ogp.me/ns#">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q1LV45RZVN"></script>
<meta
property="og:title"
content="Kelvin David"
/>
<meta name="image" property="og:image" content="https://pantheras.co.ke/kelvin_david/here.png">
<meta
name="author"
content="Kelvin David"
/>
<meta
property="og:description"
content="My terminal"
/>
<meta
property="og:url"
content="https://jubatus.pantheras.co.ke"
/>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-E6GV66785K');
</script>
<title>Kelvin David Kimani</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="icon" type="image/png" href="kimathi.jpeg">
</head>
<body>
<script type="text/javascript" src="index.js">
</script>
<div id="console"></div>
</body>
</html>