|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 7 | + <meta name="theme-color" content="#000000" /> |
| 8 | + <meta |
| 9 | + name="description" |
| 10 | + content="Web site created using create-react-app" |
| 11 | + /> |
| 12 | + <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> |
| 13 | + <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> |
| 14 | + <!-- FONT AWESOME CDN --> |
| 15 | + <link |
| 16 | + rel="stylesheet" |
| 17 | + href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" |
| 18 | + integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" |
| 19 | + crossorigin="anonymous" |
| 20 | + referrerpolicy="no-referrer" |
| 21 | + /> |
| 22 | + |
| 23 | + <!-- GOOGLE FONT START --> |
| 24 | + <link |
| 25 | + rel="stylesheet" |
| 26 | + href="https://fonts.googleapis.com/css?family=Sofia" |
| 27 | + /> |
| 28 | + <link |
| 29 | + rel="stylesheet" |
| 30 | + href="https://fonts.googleapis.com/css?family=Audiowide" |
| 31 | + /> |
| 32 | + <link |
| 33 | + href="https://fonts.googleapis.com/css2?family=Lato:ital@1&family=Roboto&display=swap" |
| 34 | + rel="stylesheet" |
| 35 | + /> |
| 36 | + <link |
| 37 | + href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap" |
| 38 | + rel="stylesheet" |
| 39 | + /> |
| 40 | + <!-- GOOGLE FONT END --> |
| 41 | + <!-- BOOTSTRAP CSS CDN LINK START --> |
| 42 | + <link |
| 43 | + href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" |
| 44 | + rel="stylesheet" |
| 45 | + integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" |
| 46 | + crossorigin="anonymous" |
| 47 | + /> |
| 48 | + <!-- BOOTSTRAP CSS CDN LINK END --> |
| 49 | + |
| 50 | + <title>ExploreX</title> |
| 51 | + </head> |
| 52 | + <body> |
| 53 | + <noscript>You need to enable JavaScript to run this app.</noscript> |
| 54 | + <div id="root"></div> |
| 55 | + </body> |
| 56 | + <!-- BOOTSTRAP JS CDN LINK START --> |
| 57 | + <script |
| 58 | + src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" |
| 59 | + integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" |
| 60 | + crossorigin="anonymous" |
| 61 | + ></script> |
| 62 | + <script |
| 63 | + src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.min.js" |
| 64 | + integrity="sha384-fbbOQedDUMZZ5KreZpsbe1LCZPVmfTnH7ois6mU1QK+m14rQ1l2bGBq41eYeM/fS" |
| 65 | + crossorigin="anonymous" |
| 66 | + ></script> |
| 67 | + <!-- BOOTSTRAP JS CDN LINK END --> |
| 68 | +</html> |
0 commit comments