forked from CodeNerve/CodeNerve.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
20 lines (19 loc) · 829 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<meta content='Little intro from Ahmad Malhadi (hexdemsion)' name='description'/>
<meta content='https://www.hexdemsion.com/' property='og:url'/>
<meta content='About Malhadi' property='og:title'/>
<meta content='Hi, Malhadi was here.' property='og:description'/>
<link href='https://blog.hexdemsion.com/favicon.ico' rel='icon' type='image/x-icon'/>
<link href='https://www.hexdemsion.com/' rel='canonical'/>
<title>hexdemsion | About me.</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">
</head>
<body>
<script type="text/javascript" src="index.js">
</script>
<div id="console"></div>
</script>
</body>
</html>