Init project
This commit is contained in:
26
web/index.html
Normal file
26
web/index.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
||||
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<script type="module" src="traveldrafter.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="journey-search-from">Select…</div>
|
||||
<div id="journey-search-to">Select…</div>
|
||||
<div id="journey-search-submit">Search</div>
|
||||
<div id="journey-search-result"></div>
|
||||
|
||||
<div id="locations-search" class="popup">
|
||||
<div class="popup-close">×</div>
|
||||
<div id="locations-search-content" class="popup-content">
|
||||
<div class="container">
|
||||
<input id="locations-search-query" class="form-control" type="text" />
|
||||
<div id="locations-search-response"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user