Remove stray dot from path in index.html

This commit is contained in:
Primrose 2023-05-28 18:51:05 -04:00
parent 82c088ffce
commit e3d8b8df0e

View file

@ -8,7 +8,7 @@
<head> <head>
<title>Home - Snowcake</title> <title>Home - Snowcake</title>
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png"> <link rel="icon" type="image/x-icon" href="/assets/images/favicon.png">
<link rel="stylesheet" href="./main_theme.css"> <link rel="stylesheet" href="/main_theme.css">
<meta charset="UTF-8"> <meta charset="UTF-8">
</head> </head>
<body> <body>