-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (24 loc) · 1.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <link href="" rel="shortcut icon" type="image/ico" /> <!-- -->
<!-- <meta name="description" content="" /> <!-- -->
<!-- <meta name="keywords" content="" /> <!-- -->
<!-- <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <!-- -->
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <!-- -->
<title></title> <!-- -->
<!-- <link rel='stylesheet' type='text/css' href='' /> <!-- -->
<!-- <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.3.min.js"></script>-->
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<form action="#" class="test" method="post">
<div><input type="text" name="d" /></div><br/>
<div><input type="text" name="v" /></div><br/>
<div><input type="text" name="s" /></div><br/>
<a class="link" href="#">test</a>
<input class="submit" type="submit" value="prosledi" />
</form>
</body>
</html>