-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
622 lines (576 loc) · 25.3 KB
/
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
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="https://rawgit.com/moment/moment/2.2.1/min/moment.min.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous" />
<link rel="stylesheet" href="./assets/css/style.css" />
<title>Wanderlust</title>
</head>
<body>
<!--------------------------------------start Opening Page with Button---------------------------------------->
<div class="openingPage m-3 firstbg">
<div class="containerWrap">
<div class="title text-center py-4">
<h1>Wanderlust</h1>
</div>
<div class="quote1 text-center py-3">
<h4>Not all who wander are lost...</h4>
<h4>Especially not with our help</h4>
</div>
<div class="aboutMe">
<div class="row">
<div class="col-sm-3"></div>
<div class="col-sm py-3">
<!--<p>Love traveling for cheap? Don't care where you go? Wanderlust is the app for you!</p>-->
<p>Love traveling but have got too many options in mind? Wanderlust is the app for you!</p>
<!--<p>We help you find cheap flights, search attractions, and plan your trip for you with just the touch of one button.</p>-->
<p>We help you find cheap flights, search attractions, and plan your trip for you.</p>
<p></p>Simply adjust the sliders below, click the button, and see where our winds take you.</p>
</div>
<div class="col-sm-3 py-3"></div>
</div>
</div>
<!--SLIDERS-->
<!--safety setting-->
<div class="slidecontainer">
<label for="range">
<input type="range" min="0" max="3" value="0" class="slider" id="safetyLvl" steps="1">
</label>
<output for="range" id="safetyMsg">How wild do you want to be?</output>
</div>
<br>
<!--money setting-->
<div class="slidecontainer">
<label for="range">
<input type="range" min="0" max="3" value="0" class="slider" id="moneyLvl" steps="1">
</label>
<output for="range" id="moneyMsg">How lavish do you want to be?</output>
</div>
<br>
<!--social setting-->
<div class="slidecontainer">
<label for="range">
<input type="range" min="0" max="3" value="0" class="slider" id="socialLvl" steps="1">
</label>
<output for="range" id="socialMsg">How social do you want to be?</output>
</div>
<div class="mx-auto row py-5">
<div class="col-sm"></div>
<button type="button" class="buttonStart col-sm btn">
<img id=startButton src="./assets/images/planebutton.png"></img>
</button>
<div class="col-sm"></div>
</div>
</div>
</div>
<!-----------------------------------------end Opening Page---------------------------------------------->
<!-- preloader -->
<div class="spinner-grow preL" style="width: 10rem; height: 10rem;" role="status">
<span class="sr-only">Loading...</span>
</div>
<!-----------------------------------------start Main About Page----------------------------------------------->
<div class="secondPage m-3">
<div class="containerWrap2">
<div class="row top">
<div class="destination text-center col-xs-6 col-md-xs-6">
<button class="jumbotron flightsB row-xs-6 row-md-6 btn">
<h1 class="genDes">Generated Destination</h1>
<h3>Click here to book your flight!</h3>
</button>
<button class="jumbotron restartButton row-xs-3 row-md-3 btn alert-danger">
<h3>Reroll destination</h3>
</button>
<button class="jumbotron scheduleButton row-xs-3 row-md-3 btn alert-warning">
<h3>Go to Scheduler</h3>
</button>
</div>
</div>
<div class="row mainContent mx-4">
<div class="col-xs-12 col-md-3 my-5">
<button class="jumbotron eventsB btn">
<h3 class="text-center">What to do?</h3>
<p>Click on this box to look at activites that we've pulled up for you based on your generated destination.
The events are curated for your city. There may even be some special events in this section for date you
choose to travel!</p>
</button>
</div>
<div class="col-xs-12 col-md-6 destinationInfo">
<button class="jumbotron destinationB btn" id="destinationB">
<h3 class="text-center">Destination Info</h3>
<br>
<p id="tripInfo"></p>
<p class="text-center">Click on this box to hide all panels on this page to view the background image taken
at your destination!</p>
</button>
</div>
<div class="col-xs-12 col-md-3 my-5">
<button class="jumbotron foodPlacesB btn">
<h3 class="text-center">What to eat?</h3>
<p>Click on this box to look at food options our app have fetched for you. There are many options to pick
from and most of which should fall into your price budget. Don't forget to eat while you're having fun!
</p>
</button>
</div>
</div>
<div class="map row" id="map"></div>
</div>
</div>
<!---------------------------------------end Main About Page---------------------------------------------->
<!-----------------------------------------Start Food Page----------------------------------------------->
<div class="foodPage m-0">
<div class="containerWrap3">
<div class="foodTitle text-center py-4">
<h1>Dining options for</h1>
<h1 class="selectedLocation text-capitalize"></h1>
</div>
<div class="foodContainer alert-primary py-4">
<h2 class="text-center mb-4">Breakfast/Brunch</h2>
<div class="row breakfast brunch mx-2">
<div class="col-sm-1 pt-5 mt-5">
<button class="btn mt-5"><img class="btnLeftBlue1 arrowButton"
src="./assets/images/btn-blueleft.png"></img></button>
</div>
<div class="col-sm">
<button class="foodScheduleB btn"><img class="foodCSS breakfastImage1 rounded"
src="https://picsum.photos/200/300"></img></button>
<a href="" target="_blank" class="breakfastLink1">
<div class="food breakfast1"></div>
</a>
</div>
<div class="col-sm">
<button class="foodScheduleB btn"><img class="foodCSS breakfastImage2 rounded"
src="https://picsum.photos/200/300"></img></button>
<a href="" target="_blank" class="breakfastLink2">
<div class="food breakfast2"></div>
</a>
</div>
<div class="col-sm">
<button class="foodScheduleB btn"><img class="foodCSS breakfastImage3 rounded"
src="https://picsum.photos/200/300"></img></button>
<a href="" target="_blank" class="breakfastLink3">
<div class="food breakfast3"></div>
</a>
</div>
<div class="col-sm">
<button class="foodScheduleB btn"><img class="foodCSS breakfastImage4 rounded"
src="https://picsum.photos/200/300"></img></button>
<a href="" target="_blank" class="breakfastLink4">
<div class="food breakfast4"></div>
</a>
</div>
<div class="col-sm">
<button class="foodScheduleB btn"><img class="foodCSS breakfastImage5 rounded"
src="https://picsum.photos/200/300"></img></button>
<a href="" target="_blank" class="breakfastLink5">
<div class="food breakfast5"></div>
</a>
</div>
<div class="col-sm-1 pt-5 mt-5">
<button class="btn mt-5"><img class="btnRightBlue1 arrowButton"
src="./assets/images/btn-blueright.png"></img></button>
</div>
</div>
<hr>
<h2 class="text-center my-4">Lunch</h2>
<div class="row lunch mx-2">
<div class="col-sm-1 mt-5 pt-5">
<button class="btn mt-5"><img class="btnLeftBlue2 arrowButton"
src="./assets/images/btn-blueleft.png"></img></button>
</div>
<div class="col-sm">
<button class="foodScheduleB btn"><img class="foodCSS lunchImage1 rounded"
src="https://picsum.photos/200/300"></img></button>
<a href="" target="_blank" class="lunchLink1">
<div class="food lunch1"></div>
</a>
</div>
<div class="col-sm">
<button class="foodScheduleB btn"><img class="foodCSS lunchImage2 rounded"
src="https://picsum.photos/200/300"></img></button>
<a href="" target="_blank" class="lunchLink2">
<div class="food lunch2"></div>
</a>
</div>
<div class="col-sm">
<button class="foodScheduleB btn"><img class="foodCSS lunchImage3 rounded"
src="https://picsum.photos/200/300"></img></button>
<a href="" target="_blank" class="lunchLink3">
<div class="food lunch3"></div>
</a>
</div>
<div class="col-sm">
<button class="foodScheduleB btn"><img class="foodCSS lunchImage4 rounded"
src="https://picsum.photos/200/300"></img></button>
<a href="" target="_blank" class="lunchLink4">
<div class="food lunch4"></div>
</a>
</div>
<div class="col-sm">
<button class="foodScheduleB btn"><img class="foodCSS lunchImage5 rounded"
src="https://picsum.photos/200/300"></img></button>
<a href="" target="_blank" class="lunchLink5">
<div class="food lunch5"></div>
</a>
</div>
<div class="col-sm-1 mt-5 pt-5">
<button class="btn mt-5"><img class="btnRightBlue2 arrowButton"
src="./assets/images/btn-blueright.png"></img></button>
</div>
</div>
<hr>
<h2 class="text-center my-4">Dinner</h2>
<div class="row dinner mx-2 mb-4">
<div class="col-sm-1 mt-5 pt-5">
<button class="btn mt-5"><img class="btnLeftBlue3 arrowButton"
src="./assets/images/btn-blueleft.png"></img></button>
</div>
<div class="col-sm">
<button class="foodScheduleB btn"><img class="foodCSS dinnerImage1 rounded"
src="https://picsum.photos/200/300"></img></button>
<a href="" target="_blank" class="dinnerLink1">
<div class="food dinner1"></div>
</a>
</div>
<div class="col-sm">
<button class="foodScheduleB btn"><img class="foodCSS dinnerImage2 rounded"
src="https://picsum.photos/200/300"></img></button>
<a href="" target="_blank" class="dinnerLink2">
<div class="food dinner2"></div>
</a>
</div>
<div class="col-sm">
<button class="foodScheduleB btn"><img class="foodCSS dinnerImage3 rounded"
src="https://picsum.photos/200/300"></img></button>
<a href="" target="_blank" class="dinnerLink3">
<div class="food dinner3"></div>
</a>
</div>
<div class="col-sm">
<button class="foodScheduleB btn"><img class="foodCSS dinnerImage4 rounded"
src="https://picsum.photos/200/300"></img></button>
<a href="" target="_blank" class="dinnerLink4">
<div class="food dinner4"></div>
</a>
</div>
<div class="col-sm">
<button class="foodScheduleB btn"><img class="foodCSS dinnerImage5 rounded"
src="https://picsum.photos/200/300"></img></button>
<a href="" target="_blank" class="dinnerLink5">
<div class="food dinner5"></div>
</a>
</div>
<div class="col-sm-1 mt-5 pt-5">
<button class="btn mt-5"><img class="btnRightBlue3 arrowButton"
src="./assets/images/btn-blueright.png"></img></button>
</div>
</div>
<div class="row Settings text-center mb-3">
<div class="col-sm-1"></div>
<button class="col-sm-3 btn eventButton alert-success">
<h3>Go to Events</h3>
</button>
<button class="col-sm-3 btn backButton alert-light mx-5">
<h3>Back to Main Page</h3>
</button>
<button class="col-sm-3 btn scheduleButton alert-warning">
<h3>Go to Scheduler</h3>
</button>
<div class="col-sm-1"></div>
</div>
</div>
</div>
</div>
<!-----------------------------------------End Food Page----------------------------------------------->
<!-----------------------------------------Start Event Page----------------------------------------------->
<div class="eventPage m-0">
<div class="containerWrap4">
<div class="event eventTitle text-center py-4">
<h1>Events and Activities for</h1>
<h1 class="selectedLocation text-capitalize"></h1>
</div>
<div class="eventContainer alert-success py-4">
<!--
<div class="col-sm">
<button class="foodScheduleB btn"><img class="foodCSS dinnerImage3 rounded"
src="https://picsum.photos/200/300"></img></button>
<a href="" target="_blank" class="dinnerLink3"><div class="food dinner3"></div></a>
</div>
-->
<h2 class="text-center my-4">Activities</h2>
<div class="row activities mx-2">
<div class="col-sm-1 pt-5 mt-5">
<button class="btn"><img class="btnLeftGreen1 arrowButton"
src="./assets/images/btn-greenleft.png"></img></button>
</div>
<div class="col-sm">
<button class="actScheduleB btn"><img class="eventCSS activitiesImage1 rounded"
src="https://picsum.photos/200/300"></img></button>
<a href="" target="_blank" class="activitiesLink1">
<div class="activitiesR activities1"></div>
</a>
</div>
<div class="col-sm">
<button class="actScheduleB btn"><img class="eventCSS activitiesImage2 rounded"
src="https://picsum.photos/200/300"></img></button>
<a href="" target="_blank" class="activitiesLink2">
<div class="activitiesR activities2"></div>
</a>
</div>
<div class="col-sm">
<button class="actScheduleB btn"><img class="eventCSS activitiesImage3 rounded"
src="https://picsum.photos/200/300"></img></button>
<a href="" target="_blank" class="activitiesLink3">
<div class="activitiesR activities3"></div>
</a>
</div>
<div class="col-sm">
<button class="actScheduleB btn"><img class="eventCSS activitiesImage4 rounded"
src="https://picsum.photos/200/300"></img></button>
<a href="" target="_blank" class="activitiesLink4">
<div class="activitiesR activities4"></div>
</a>
</div>
<div class="col-sm">
<button class="actScheduleB btn"><img class="eventCSS activitiesImage5 rounded"
src="https://picsum.photos/200/300"></img></button>
<a href="" target="_blank" class="activitiesLink5">
<div class="activitiesR activities5"></div>
</a>
</div>
<div class="col-sm-1 pt-5"></div>
</div>
<hr>
<h2 class="text-center my-4"></h2>
<div class="row activities mx-2">
<div class="col-sm-1 pt-5">
</div>
<div class="col-sm">
<button class="actScheduleB btn"><img class="eventCSS activitiesImage6 rounded"
src="https://picsum.photos/200/300"></img></button>
<a href="" target="_blank" class="activitiesLink6">
<div class="activitiesR activities6"></div>
</a>
</div>
<div class="col-sm">
<button class="actScheduleB btn"><img class="eventCSS activitiesImage7 rounded"
src="https://picsum.photos/200/300"></img></button>
<a href="" target="_blank" class="activitiesLink7">
<div class="activitiesR activities7"></div>
</a>
</div>
<div class="col-sm">
<button class="actScheduleB btn"><img class="eventCSS activitiesImage8 rounded"
src="https://picsum.photos/200/300"></img></button>
<a href="" target="_blank" class="activitiesLink8">
<div class="activitiesR activities8"></div>
</a>
</div>
<div class="col-sm">
<button class="actScheduleB btn"><img class="eventCSS activitiesImage9 rounded"
src="https://picsum.photos/200/300"></img></button>
<a href="" target="_blank" class="activitiesLink9">
<div class="activitiesR activities9"></div>
</a>
</div>
<div class="col-sm">
<button class="actScheduleB btn"><img class="eventCSS activitiesImage10 rounded"
src="https://picsum.photos/200/300"></img></button>
<a href="" target="_blank" class="activitiesLink10">
<div class="activitiesR activities10"></div>
</a>
</div>
<div class="col-sm-1 pt-5 mt-5">
<button class="btn"><img class="btnRightGreen1 arrowButton" src="./assets/images/btn-greenright.png"></img>
</div>
</div>
<hr>
<h2 class="text-center my-4">Special Events</h2>
<div class="row eventStuff mx-2 mb-4">
<div class="col-sm-1 pt-5 mt-5">
<button class="btn"><img class="btnLeftGreen2 arrowButton"
src="./assets/images/btn-greenleft.png"></img></button>
</div>
<div class="col-sm">
<button class="actScheduleB btn"><img class="eventCSS2 eventImage1 rounded"
src="https://picsum.photos/300/200"></img></button>
<a href="" target="_blank" class="eventLink1">
<div class="eventsR events1"></div>
</a>
</div>
<div class="col-sm">
<button class="actScheduleB btn"><img class="eventCSS2 eventImage2 rounded"
src="https://picsum.photos/300/200"></img></button>
<a href="" target="_blank" class="eventLink2">
<div class="eventsR events2"></div>
</a>
</div>
<div class="col-sm">
<button class="actScheduleB btn"><img class="eventCSS2 eventImage3 rounded"
src="https://picsum.photos/300/200"></img></button>
<a href="" target="_blank" class="eventLink3">
<div class="eventsR events3"></div>
</a>
</div>
<div class="col-sm-1 pt-5 mt-5">
<button class="btn"><img class="btnRightGreen2 arrowButton" src="./assets/images/btn-greenright.png"></img>
</div>
</div>
<div class="row Settings text-center">
<div class="col-sm-1"></div>
<button class="col-sm-3 btn scheduleButton alert-warning">
<h3>Go to Scheduler</h3>
</button>
<button class="backButton btn col-sm-3 alert-light mx-5">
<h3>Back to Main Page</h3>
</button>
<button class="foodButton btn col-sm-3 alert-primary">
<h3>Go to Food</h3>
</button>
<div class="col-sm-1"></div>
</div>
</div>
</div>
</div>
<!-----------------------------------------End Event Page----------------------------------------------->
<!-------------------------------------------Start Schedule Page -------------------------------------------->
<div class="scheduler containerWrap5">
<div class="scheduleTitle text-center py-4 ">
<h1>Schedule for</h1>
<h1 class="selectedLocation text-capitalize"></h1>
</div>
<div class="container scheduleContainer ">
<div class="row py-5">
<div class="col-sm">
<div style="overflow-x:auto;">
<table class="table table-bordered">
<thead>
<tr>
<th scope="col">Time</th>
<th scope="col">Day 1</th>
<th scope="col">Day 2</th>
<th scope="col">Day 3</th>
</tr>
</thead>
<tbody>
<tr>
<td scope="row">08:00 am</td>
<td class="drop" id="t1a"></td>
<td class="drop" id="t1b"></td>
<td class="drop" id="t1c"></td>
</tr>
<tr>
<td scope="row">09:00 am</td>
<td class="drop" id="t2a"></td>
<td class="drop" id="t2b"></td>
<td class="drop" id="t2c"></td>
</tr>
<tr>
<td scope="row">10:00 am</td>
<td class="drop" id="t3a"></td>
<td class="drop" id="t3b"></td>
<td class="drop" id="t3c"></td>
</tr>
<tr>
<td scope="row">11:00 am</td>
<td class="drop" id="t4a"></td>
<td class="drop" id="t4b"></td>
<td class="drop" id="t4c"></td>
</tr>
<tr>
<td scope="row">12:00 pm</td>
<td class="drop" id="t5a"></td>
<td class="drop" id="t5b"></td>
<td class="drop" id="t5c"></td>
</tr>
<tr>
<td scope="row">01:00 pm</td>
<td class="drop" id="t6a"></td>
<td class="drop" id="t6b"></td>
<td class="drop" id="t6c"></td>
</tr>
<tr>
<td scope="row">02:00 pm</td>
<td class="drop" id="t7a"></td>
<td class="drop" id="t7b"></td>
<td class="drop" id="t7c"></td>
</tr>
<tr>
<td scope="row">03:00 pm</td>
<td class="drop" id="t8a"></td>
<td class="drop" id="t8b"></td>
<td class="drop" id="t8c"></td>
<tr>
<td scope="row">04:00 pm</td>
<td class="drop" id="t9a"></td>
<td class="drop" id="t9b"></td>
<td class="drop" id="t9c"></td>
<tr>
<td scope="row">05:00 pm</td>
<td class="drop" id="t10a"></td>
<td class="drop" id="t10b"></td>
<td class="drop" id="t10c"></td>
<tr>
<td scope="row">06:00 pm</td>
<td class="drop" id="t11a"></td>
<td class="drop" id="t11b"></td>
<td class="drop" id="t11c"></td>
<tr>
<td scope="row">07:00 pm</td>
<td class="drop" id="t12a"></td>
<td class="drop" id="t12b"></td>
<td class="drop" id="t12c"></td>
<tr>
<td scope="row">08:00 pm</td>
<td class="drop" id="t13a"></td>
<td class="drop" id="t13b"></td>
<td class="drop" id="t13c"></td>
<tr>
<td scope="row">09:00 pm</td>
<td class="drop" id="t14a"></td>
<td class="drop" id="t14b"></td>
<td class="drop" id="t14c"></td>
</tr>
<tr>
<td scope="row">10:00 pm</td>
<td class="drop" id="t15a"></td>
<td class="drop" id="t15b"></td>
<td class="drop" id="t15c"></td>
</tr>
</tbody>
</table>
</div>
<div class="dragContainer drop row mt-5 rounded"></div>
<div class="dragContainer2 drop row mt-5 rounded"></div>
</div>
</div>
<div class="row Settings text-center pb-5">
<div class="col-sm-1"></div>
<button class="eventButton btn col-sm-3 alert-success">
<h3>Add More Events</h3>
</button>
<button class="backButton btn col-sm-3 alert-light mx-5">
<h3>Back to Main Page</h3>
</button>
<button class="foodButton btn col-sm-3 alert-primary">
<h3>Add More Food</h3>
</button>
<div class="col-sm-1"></div>
</div>
</div>
</div>
</div>
<!-------------------------------------------End Schedule Page ------------------------------------------------>
<!--------------------------------Hidden Button -------------------------------->
<div class="revealButton"></div>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAMWOCBFoVqJB5KTEuPEBjW_02OBE2C6qk&callback=initMap&libraries=places">
//AIzaSyCzvQfDVkDFhHxzx7PCUmtc-ev0kc4nhTI
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
<script src="./assets/javascript/app.js"></script>
</body>
</html>