-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (99 loc) · 3.54 KB
/
index.html
File metadata and controls
99 lines (99 loc) · 3.54 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="Content-Language" content="en"/>
<title></title>
<link href="css/style.css" type="text/css" rel="stylesheet" media="all"/>
<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
<!--[if IE 6]>
<link href="css/ie6.css" type="text/css" rel="stylesheet" media="all" />
<![endif]-->
<!--[if IE 7]>
<link href="css/ie7.css" type="text/css" rel="stylesheet" media="all" />
<![endif]-->
<!--[if IE 8]>
<link href="css/ie8.css" type="text/css" rel="stylesheet" media="all" />
<![endif]-->
<!--[if lte IE 9]>
<link href="css/ie.css" type="text/css" rel="stylesheet" media="all" />
<![endif]-->
</head>
<body>
<div id="wb_wraper_header">
<div id="wb_header">
<a href="#" title="logo" id="wb_logo" class="fl_wb of_wb">logo</a>
</div>
<!--header-->
</div>
<!--wraper_header-->
<div id="wb_wraper_container">
<div id="wb_container">
<div id="wb_menu">
<ul>
<li class="wb_active"><a href="#" title="HOME">HOME</a></li>
<li><a href="#" title="ETIMOLOGIA">ETIMOLOGIA</a></li>
<li><a href="#" title="ETIMOLOGIA">ETIMOLOGIA</a></li>
<li><a href="#" title="ETIMOLOGIA">ETIMOLOGIA</a></li>
<li><a href="#" title="ETIMOLOGIA">ETIMOLOGIA</a></li>
</ul>
</div>
<div id="wb_wraper_content_main">
<div id="wb_content_main">
<form action="#" method="post">
<fieldset class="fldSet">
<p>
<label class="lab">Abc</label>
<input type="text" value="abc" onclick="if(this.value == 'abc') this.value='';" onblur="if(this.value.length == 0) this.value='abc';" class="in"/>
</p>
<p>
<label class="lab">Abc</label>
<input type="text" value="abc" onclick="if(this.value == 'abc') this.value='';" onblur="if(this.value.length == 0) this.value='abc';" class="in"/>
</p>
<p>
<label class="lab">Abc</label>
<input type="text" value="abc" onclick="if(this.value == 'abc') this.value='';" onblur="if(this.value.length == 0) this.value='abc';" class="in"/>
</p>
<p>
<label class="lab">Abc</label>
<input type="text" value="abc" onclick="if(this.value == 'abc') this.value='';" onblur="if(this.value.length == 0) this.value='abc';" class="in"/>
</p>
<p>
<label class="lab">Abc</label>
<textarea class="txtArea" cols="10" rows="5"></textarea>
</p>
<p>
<input type="button" class="btns" value="Submit"/>
</p>
</fieldset>
</form>
</div>
<!--wb_content_main-->
</div>
<!--wb_wraper_content_main -->
<div id="wb_wraper_footer">
<div id="wb_footer">
<div id="wb_footer_menu">
<ul>
<li><a href="#" title="HOME" class="wb_active"><span>HOME</span></a></li>
<li><a href="#" title="ETIMOLOGIA"><span>ETIMOLOGIA</span></a></li>
<li><a href="#" title="PSICOLOGIA "><span>PSICOLOGIA </span></a></li>
<li><a href="#" title="CARATTERISTICHE"><span>CARATTERISTICHE</span></a></li>
<li><a href="#" title="LUOGHI COMUNI"><span>LUOGHI COMUNI</span></a></li>
<li><a href="#" title="CURIOSITA'"><span>CURIOSITA'</span></a></li>
<li><a href="#" title="CONTATTI"><span>CONTATTI</span></a></li>
</ul>
</div>
<p id="wb_copyright">
© Copyright 2010 - Partner <a href="#">www.thisisalink.com</a>
</p>
</div>
<!--footer-->
</div>
<!--wraper_footer-->
</div>
<!--container-->
</div>
<!--wraper-container-->
</body>
</html>