-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (30 loc) · 1.05 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
<!DOCTYPE html>
<html>
<head>
<title>harry</title>
<meta name="viewport" content="width=device-width, user-scalable=no" />
<meta name="author" content="harry">
<script src="//use.edgefonts.net/gudea.js"></script>
<link rel="stylesheet" type="text/css" href="normalize.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="container">
<div class="txt-container">
<div class="msg-container">
<ul>
<li><span>Helloo, My name is harry</span></li>
<li><span>I create web things and listen trance</span></li>
</ul>
</div>
<div class="social-container">
<ul>
<li><a target="_blank" href="https://twitter.com/oyeharminder" class="twt-icon">Twitter</a></li>
<li><a target="_blank" href="https://plus.google.com/u/0/109458074827128941488/posts" class="gplus-icon">Google Plus</a></li>
<li><a target="_blank" href="https://github.com/oyeharry" class="git-icon">Github</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>