-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·80 lines (76 loc) · 2.99 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0058)http://mfdesign.altervista.org/Impact-Mobile-1.1/home.html -->
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Recordings Home</title>
<meta http-equiv="content-type" content="application/xhtml+xml">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<link rel="apple-touch-icon" href="src/jpg/icon.png">
<!--CSS-->
<link rel="stylesheet" type="text/css" media="handheld" href="src/css/handheld.css">
<link rel="stylesheet" type="text/css" media="screen" href="src/css/screen.css">
<link rel="stylesheet" type="text/css" href="src/css/highdpi.css" media="only screen and (-webkit-min-device-pixel-ratio: 2)">
</head>
<body>
<!--Search box (this layer is hidden)-->
<div class="box" id="box">
<!--Form search-->
<form action="" method="post" name="search">
<h4>Search</h4>
<input type="text" name="search" value="Search..." class="input_text">
<br>
<div class="buttons">
<a href="javascript:document.search.submit();" title="Search" class="button gray search_button">
<span class="before"></span>
Search
<span class="after"></span>
</a>
<a title="Close" id="boxclose" class="button gray search_button">
<span class="before"></span>
Close
<span class="after"></span>
</a>
</div>
</form>
<!--Form search Ends-->
</div>
<!--Search box Ends-->
<!--Top page (logo and search button)-->
<div id="top" class="home">
<div id="header">
<div id="content_header">
<a href="#"><img src="src/jpg/logo.png" width="150px" height="54px" class="replace-2x" alt="Impact Mobile"></a>
<a href="#" id="activator"><img src="src/jpg/search.png" width="38px" height="37px" alt="Search" class="replace-2x search"></a>
</div>
</div>
</div>
<!--Top page Ends-->
<!--Main contents-->
<div class="box_center" id="menu_index">
<ul>
<li><a href="nova/"><img src="nova/jpg/album_covers/null.jpg" width="100px" height="100px" class="replace-2x" alt="Nova"></a></li>
<li><a href="basstune/"><img src="basstune/jpg/album_covers/null.jpg" width="100px" height="100px" class="replace-2x" alt="Basstune"></a></li>
<li><a href="paris-one/"><img src="p1-reverse/jpg/null.png" width="69px" height="68px" class="replace-2x" alt="P1 Reverse"></a></li>
</ul>
</div>
<br>
<!--Main contents Ends-->
<!--Footer-->
<div id="footer">
<div id="content_footer">
<!--Your copyright-->
<div id="copyright">
All rights reserved 2011
</div>
<!--Your copyright Ends-->
<!--Back to top button-->
<div id="back_to_top">
<a href="#">
<img src="src/jpg/back_to_top.png" width="17px" height="17px" class="replace-2x" alt="Back to top">
<span> Back to top</span>
</a>
</div>
<!--Back to top button Ends-->
</div>
</div>
<!--Footer Ends-->
</body></html>