|
Last change
on this file was 17c7d5e, checked in by Aleksandarj03 <138524804+Aleksandarj03@…>, 6 months ago |
|
Major design overhauls pre prototype presentation 2
|
-
Property mode
set to
100644
|
|
File size:
816 bytes
|
| Rev | Line | |
|---|
| [590f667] | 1 | <!DOCTYPE html>
|
|---|
| 2 | <html lang="">
|
|---|
| [17c7d5e] | 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 |
|
|---|
| 9 | <!-- Font Awesome -->
|
|---|
| 10 | <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" />
|
|---|
| 11 |
|
|---|
| 12 | <!-- Bootstrap CSS -->
|
|---|
| 13 | <link rel="stylesheet" href="bootstrap-5.3.5-dist/bootstrap-5.3.5-dist/css/bootstrap.css">
|
|---|
| 14 |
|
|---|
| 15 | <!-- Bootstrap JS Bundle (with Popper.js) -->
|
|---|
| 16 | <script src="bootstrap-5.3.5-dist/bootstrap-5.3.5-dist/js/bootstrap.bundle.js"></script>
|
|---|
| 17 |
|
|---|
| 18 | <meta name="theme-color" content="#9B177E">
|
|---|
| 19 | </head>
|
|---|
| 20 | <body>
|
|---|
| 21 | <div id="app"></div>
|
|---|
| 22 | <script type="module" src="/src/main.js"></script>
|
|---|
| 23 | </body>
|
|---|
| [590f667] | 24 | </html>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.