-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.php
36 lines (28 loc) · 1.01 KB
/
index.php
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
<!Doctype html>
<html>
<head>
<link rel="stylesheet" href="css/reset.css"/>
<link rel="stylesheet" href="css/style.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript" charset="utf-8" src="js/jquery-1.7.2.min.js">
</script>
</head>
<title>Re:wikize</title>
<body>
<div class="mid-holder">
<div class="search-content">
<a href="" class="logo-large"><img src="img/logo-large.png"/></a>
<form action="search.php" method="GET">
<input id="id_search_field" name="search_field" />
<button type="submit"></button>
</form>
<div id="search_descr">Новий погляд на старий веб</div>
</div>
<div class="footer-container">
<div id="footer-text">
© 2012 ТЕМ-51. Плотніков, Коведа, Микитин, Гринда;
</div>
</div>
</div>
<script type="text/javascript" charset="utf-8" src="js/deco.js"></script>
</body>