source: trip-planner-front/src/app/explore/explore-result/explore-result.component.html@ b738035

Last change on this file since b738035 was b738035, checked in by Ema <ema_spirova@…>, 3 years ago

signup/login server errors on front and remove location from planner

  • Property mode set to 100644
File size: 477 bytes
Line 
1<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet"
2 integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
3<html lang="en">
4
5<head>
6 <meta charset="utf-8">
7
8 <title></title>
9</head>
10
11<body>
12
13 <header>
14 </header>
15
16 <main role="main" style="background-color: #F9F2E8;">
17 </main>
18 <br>
19
20 <footer class="bg-dark text-center text-white">
21
22 </footer>
23</body>
24
25</html>
Note: See TracBrowser for help on using the repository browser.