-
Notifications
You must be signed in to change notification settings - Fork 0
/
controllo.html
executable file
·59 lines (51 loc) · 1.65 KB
/
controllo.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
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/reset.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/grid.css" type="text/css" media="screen">
<script src="js/jquery-1.6.3.min.js" type="text/javascript"></script>
</head>
<body id="page3">
<div class="extra">
<div class="main">
<!--==============================header=================================-->
<header>
<div class="wrapper p4">
<h1><a href="index.html">Software</a></h1>
<ul class="list-services">
<li><a href="#">Site Map</a></li>
<li><a href="#">Help</a></li>
<li><a href="#">FAQs</a></li>
</ul>
</div>
<nav>
<ul class="menu">
<li><a href="index.html">Home</a></li>
<li><a href="CaricoF.html">Upload</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li class="active"><a href="controllo.html">Controllo</a></li>
<li class="last"><a href="contacts.html">Contacts</a></li>
</ul>
</nav>
</header>
<div id="Pannello">
<div id="centrale">
<ul class="upload1">
<form name="input" action="Pannello.php" method="post" enctype="multipart/form-data">
<li><b>UserName</b></li>
<li><input type="text" name="UserName" id="code" ></li>
<br>
<li><b>Password</b></li>
<li><input type="password" name="password" id="code2" ></li>
<br>
<li><input type="submit" value="Accedi" name="submit">
</li>
</form>
</ul>
</div>
</div>
</body>
</html>