-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (31 loc) · 904 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link href='https://fonts.googleapis.com/css?family=Alef&subset=hebrew' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css">
</head>
<body id="indexBody">
<div id="wrapper">
<header>
<a href="#" class="logo"></a>
</header>
<main>
<form method="get" action="/search" id="search">
<input name="q" type="text" size="40" placeholder="חפש צמח..." />
</form>
<a href="scan.html" id="scan"> </a>
<h1 id="clickScan"> לחץ לסריקת הצמח </h1>
</main>
<nav>
<ul>"jgjgjg"
<li><a href="#" id="settings"></a> הגדרות </li>
<li><a href="#" id="medicine"></a> תרופות סבתא</li>
<li><a href="#" id="flower"></a>צמחי נוי</li>
<li><a href="#" id="wiki"></a>ויקיצמח</li>
</ul>
<div id = "clear"> </div>
</nav>
</div>
</body>
</html>