-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (32 loc) · 1.51 KB
/
index.html
File metadata and controls
33 lines (32 loc) · 1.51 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Prihandi.com | Coming Soon</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link href="tools/style.css" rel="stylesheet" type="text/css" />
<link href="tools/960.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="js/cufon-yui.js"></script>
<script type="text/javascript" src="js/Copse_400.font.js"></script>
<script type="text/javascript" src="js/Gabriola_400.font.js"></script>
<script type="text/javascript">
Cufon.replace('h1', {fontFamily: 'Copse', hover:true})
Cufon.replace('p.info', {fontFamily: 'Gabriola', hover:true})
</script>
</head>
<body>
<div id="shim"></div>
<div id="content">
<h1 class="logo"><span class="one">PRIHANDI</span> <span class="two">.com</span></h1>
<p class="info">Website-nya sedang dibuat ulang, Sabar ya!<br/>
<span>Silakan hubungi saya via email : dwi@prihandi.com atau social media di bawah ini</span>
</p>
<p class="links">
<a href="https://id.linkedin.com/in/dwi-prihandi-56568117" class="li">Linked In</a>
<a href="https://twitter.com/dwiprihandi" class="tw">Twitter</a>
<a href="https://www.facebook.com/dwi.prihandi" class="fb">Facebook</a>
</p>
</div>
</body>
</html>