Remove stray dot from path in index.html
This commit is contained in:
parent
82c088ffce
commit
e3d8b8df0e
|
@ -8,7 +8,7 @@
|
|||
<head>
|
||||
<title>Home - Snowcake</title>
|
||||
<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">
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue