diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2023-04-03 22:12:41 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2023-04-03 22:12:41 +0200 |
| commit | 1df1ff6f074528a4ad6d4015c794a1555c1c942f (patch) | |
| tree | ad3b16291748c60441967996706006555919ef73 /public/index.html | |
| parent | c813dfadd4b673080695ef3ade37a44e37036c07 (diff) | |
| download | fia-1df1ff6f074528a4ad6d4015c794a1555c1c942f.tar.gz fia-1df1ff6f074528a4ad6d4015c794a1555c1c942f.tar.zst fia-1df1ff6f074528a4ad6d4015c794a1555c1c942f.zip | |
Polishing up
Add all files to repo
Add sql database
Correct urls
Add PHP code to repo
Update README.md with instructions how to start
Move from yarn to pnpm
Fix all issues with starting
Fix possibility of player changing their dice roll with refreshing the game
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/index.html b/public/index.html index 9cc5532..617de91 100644 --- a/public/index.html +++ b/public/index.html @@ -5,8 +5,8 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Fia</title> - <link rel="stylesheet" href="fia/css/bootstrap.min.css" /> - <link rel="stylesheet" href="fia/css/fia.css" /> + <link rel="stylesheet" href="css/bootstrap.min.css" /> + <link rel="stylesheet" href="css/fia.css" /> </head> <body class="bg-dark text-white"> <noscript> @@ -14,6 +14,6 @@ Tyvärr, men för att spela Fia måste du aktivera skript </div> </noscript> - <script src="fia/js/frontend/ts/login.js" type="module"></script> + <script src="js/frontend/ts/login.js" type="module"></script> </body> </html> |
