-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
119 lines (113 loc) · 4.24 KB
/
contact.html
File metadata and controls
119 lines (113 loc) · 4.24 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!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"/>
<meta name="keywords" content="Final Fantasy, XIII, FFXIII, Lightning, Snow, Hope, Vanille, Sazh, Fang, "/>
<meta name="description" content="Final Fantasy 13 fan site. You can find informations about Dota 2 here. "/>
<meta name="author" content="Marko Veljković"/>
<meta name="copyright" content="Marko Veljković"/>
<link rel="shortcut icon" href="images/icons/icon.png" />
<title>Dota 2</title>
<link rel="stylesheet" href="stil.css" type="text/css"/>
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script type="text/javascript" src="ddmenu.js"></script>
<script src="search.js"></script>
<script src="contact.js"></script>
</head>
<body onLoad="pretragaXML()">
<div id="omot">
<div id="zaglavlje">
<div id="logo"><a href="index.html"><img src="images/logos/logo.png" alt="Dota Logo" class="logoo" /></a></div>
<div id="menudesno">
<form action="#"><input class="search" type="text" size="20" placeholder="Search..." autocomplete="off" id="tbSearch" onKeyUp="pretragaXML();" /></form>
<p id="result"></p>
</div>
</div>
<div id="menu">
<div id="menulevo">
<ul id="sddm">
<li><a href="index.html" >Home</a></li>
<li><a href="history.html">History</a></li>
<li><a href="heroes.html" onmouseover="mopen('m2')" onmouseout="mclosetime()">Heroes</a>
<div id="m2"
onmouseover="mcancelclosetime()"
onmouseout="mclosetime()">
<a href="pudge.html">Pudge</a>
<a href="ogre.html">Ogre Magi</a>
<a href="invoker.html">Invoker</a>
<a href="puck.html">Puck</a>
<a href="rubick.html">Rubick</a>
</div>
</li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="author.html">Author</a></li>
</ul>
<div style="clear:both"></div>
</div>
</div>
<div id="omotsredina">
<h2>Feel free to ask us anything</h2>
<div id="forma">
<form action="" method="post" id="forma">
<fieldset><table>
<tr>
<td>First name:</td><td><input type="text" id="name" /></td>
</tr>
<tr>
<td>Last name:</td><td><input type="text" id="lastName" /></td>
</tr>
<td>Gender:</td><td><select id="gender">
<option value="0">Choose...</option>
<option value="М">Male</option>
<option value="f">Female</option>
</select></td>
<tr>
<td>E-mail:</td><td><input type="text" id="email" /></td>
</tr>
<tr>
<td>Message:</td><td><textarea name="message" cols="35" rows="5"></textarea></td>
</tr>
<tr>
<td><input type="button" name="sub" value="submit" onClick="sendEmail();"/></td><td><input type="reset" name="reset" value="reset" /></td>
</tr>
</table>
</fieldset>
</form></div>
</div>
<div class="cisti"></div>
<div id="footer">
<div id="socialNetworks">
<ul>
<li><a href="https://www.facebook.com/" target="_blank"><img src="images/icons/facebook.png" alt="facebook logo"
height="40px" width="40px"/></a></li>
<li><a href="https://twitter.com/" target="_blank"><img src="images/icons/gplus.png" alt="gplus logo"
height="40px" width="40px"/></a></li>
<li><a href="https://www.google.rs/" target="_blank"><img src="images/icons/twitter.png" alt="twitter logo"
height="40px" width="40px" /></a></li>
<li><a href="rss.xml" target="_blank"><img src="images/icons/rss.png" alt="rss logo" height="40px" width="40px" /></a></li></ul>
</div>
<div id="ifmeni">
<p>
<a href="index.html">Home</a>
|
<a href="heroes.html">Heroes</a>
|
<a href="history.html">History</a>
|
<a href="gallery.html">Gallery</a>
|
<a href="contact.html">Contact</a>
|
<a href="author.html">Author</a>
|
<a href="sitemap.xml" target="blank">Sitemap</a>
|
<a href="dokumentacija.pdf" target="blank">Documentation</a>
</p>
</div>
</div>
</div>
</body>
</html>