summaryrefslogtreecommitdiffhomepage
path: root/react-frontend/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'react-frontend/index.html')
-rw-r--r--react-frontend/index.html17
1 files changed, 13 insertions, 4 deletions
diff --git a/react-frontend/index.html b/react-frontend/index.html
index e4b78ea..577b83e 100644
--- a/react-frontend/index.html
+++ b/react-frontend/index.html
@@ -1,13 +1,22 @@
<!doctype html>
-<html lang="en">
+<html lang="en" style="border-style:none">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>Vite + React + TS</title>
+ <title>Game Holster</title>
+
+ <link href="https://fonts.googleapis.com/css2?family=Paytone+One&display=swap" rel="stylesheet">
+ <style>
+ .font-title {
+ font-family: "Paytone One", sans-serif;
+ font-weight: 400;
+ font-style: normal;
+ }
+ </style>
</head>
- <body>
- <div id="root"></div>
+ <body class="min-w-screen min-h-screen" style="border-style:none">
+ <div id="root" class="min-h-screen min-w-screen" style="border-style:none"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>