-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (37 loc) · 1.57 KB
/
index.html
File metadata and controls
38 lines (37 loc) · 1.57 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
<!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>Tinywall : Internal tools</title>
<link href="tools/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="tools/jquery.min.js"></script>
<script type="text/javascript" src="tools/cufon-yui.js"></script>
<script type="text/javascript" src="tools/Bebas_400.font.js"></script>
<script type="text/javascript" src="tools/Bell_Gothic_Std_300.font.js"></script>
<script type="text/javascript">
Cufon.replace('a.logo', {fontFamily: 'Bebas'});
Cufon.replace('a.logo span', {fontFamily: 'Bell Gothic Std'});
</script>
</head>
<body>
<div class="main_container">
<div class="header">
<a class="logo" href="#">Tinywall<span>We the webees!</span></a>
</div>
<div class="content">
<h1>dev.<span>tinywall's tools!</span></h1>
<div class="right_side">
<p>// <a href="#">info@tinywall.com</a><br/>// +91 99522-00022</p>
<ul class="s_icons">
<li class="fb"><a href="https://www.facebook.com/tinywall" target="_blank"></a></li>
<li class="tw"><a href="https://www.twitter.com/thetinywall" target="_blank"></a></li>
<li class="in"><a href="http://www.linkedin.com/company/tinywall" target="_blank"></a></li>
</ul>
</div>
</div>
<div class="copyrights">
© Copyright 2013 <a href="http://www.tinywall.com" target="_blank">Tinywall Technologies</a>. All Rights Reserved.
</div>
</div>
</body>
</html>