source: frontend/GlobeGuru-frontend/public/index.html@ d4d8f61

Last change on this file since d4d8f61 was d4d8f61, checked in by Kikac324 <kristijanzafirovski26@…>, 7 months ago

init

  • Property mode set to 100644
File size: 580 bytes
Line 
1<!DOCTYPE html>
2<html lang="en">
3<head>
4 <meta charset="UTF-8">
5 <title>Title</title>
6</head>
7<body>
8 <div class="searchBar">
9 <form action="" method="POST">
10 <label>Дестинација</label>
11 <input type="text">
12 <label>Датум на поаѓање</label>
13 <input type="date">
14 <label>Број на луѓе</label>
15 <input type="number">
16 <input type="submit">
17 </form>
18 </div>
19<div class="givenOptions">
20 <!-- populated with JS response -->
21</div>
22</body>
23</html>
Note: See TracBrowser for help on using the repository browser.