-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (47 loc) · 2.37 KB
/
index.html
File metadata and controls
58 lines (47 loc) · 2.37 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
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no">
<title>Edi Abdul Rahman</title>
<!-- Metadata -->
<meta name="keywords" content="eddy, edi, eddyabdulrahman, dontpushpush, bizsaya" />
<meta name="author" content="me@dontpushpush.com">
<meta name="description" content="Edi Abdul Rahman personal website"/>
<meta name="robots" content="index, follow, noodp"/>
<link rel="canonical" href="https://dontpushpush.com/" />
<!-- Facebook graph -->
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Edi Abdul Rahman" />
<meta property="og:description" content="Edi Abdul Rahman personal website" />
<meta property="og:url" content="https://dontpushpush.com/" />
<meta property="og:site_name" content="dontpushpush" />
<meta property="og:image" content="https://storage.googleapis.com/bizsaya_assets/responsive.jpg" />
<!-- Twitter card -->
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Edi Abdul Rahman"/>
<meta name="twitter:description" content="Edi Abdul Rahman personal website"/>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic">
<link rel="stylesheet" href="//cdn.rawgit.com/necolas/normalize.css/master/normalize.css">
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="full">
<div class="container">
<h2>Edi Abdul Rahman</h2>
<div class="location"><small>Kuala Lumpur - Malaysia</small></div>
<span class="description"></span>
</div>
</div>
<div id="debug"></div>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3750214900686713"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.6/typed.min.js?i=1"></script>
<script src="/script.js"></script>
</body>
</html>