source: ReserveNGo-frontend/index.html@ a8334f9

Last change on this file since a8334f9 was a8334f9, checked in by Aleksandarj03 <138524804+Aleksandarj03@…>, 7 months ago

Fully implemented instagram-like styling for adding restaurants to favourites

  • Property mode set to 100644
File size: 692 bytes
Line 
1<!DOCTYPE html>
2<html lang="">
3 <head>
4 <meta charset="UTF-8">
5 <link rel="icon" href="/favicon.ico">
6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7 <title>RnG</title>
8 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" integrity="sha512-..." crossorigin="anonymous" referrerpolicy="no-referrer" />
9 <link rel="stylesheet" href="bootstrap-5.3.5-dist/bootstrap-5.3.5-dist/css/bootstrap.css">
10 <script src="bootstrap-5.3.5-dist/bootstrap-5.3.5-dist/js/bootstrap.js"></script>
11 </head>
12 <body>
13 <div id="app"></div>
14 <script type="module" src="/src/main.js"></script>
15 </body>
16</html>
Note: See TracBrowser for help on using the repository browser.