diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..dcb63bf --- /dev/null +++ b/index.html @@ -0,0 +1,34 @@ +<!doctype html> +<html lang="en"> + <head> + <meta charset="UTF-8" /> + <link rel="icon" type="image/svg+xml" href="/star.svg" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <title>Adam M.</title> + + <link rel="preconnect" href="https://fonts.googleapis.com"> + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> + <link href="https://fonts.googleapis.com/css2?family=Quicksand:[email protected]&display=swap" rel="stylesheet"> + <link href="https://fonts.googleapis.com/css2?family=Paytone+One&family=Quicksand:[email protected]&display=swap" rel="stylesheet"> + + <script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script> + <style> +* { + font-family: "Quicksand", sans-serif; + font-optical-sizing: auto; + font-weight: 400; + font-style: normal; +} + +.font-title { + font-family: "Paytone One", sans-serif; + font-weight: 400; + font-style: normal; +} + </style> + </head> + <body> + <div id="root"></div> + <script type="module" src="/src/main.tsx"></script> + </body> +</html> |
