source: ReserveNGo-frontend/index.html@ 32d1959

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

Finished logic for customer and reorganized the components

  • Property mode set to 100644
File size: 623 bytes
RevLine 
[590f667]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">
[6662a14]7 <title>RnG</title>
[b09655a]8 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
[6662a14]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>
[590f667]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.