Skip to content

Commit

Permalink
Fix styles.html
Browse files Browse the repository at this point in the history
  • Loading branch information
aivuk committed Jun 2, 2023
1 parent d68ee44 commit a73070f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions static/styles.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,2 @@
<!DOCTYPE html>
<!-- This file is needed by Vite to generate the styles -->
<html lang="en">
<head>
<title>Styles</title>
<link rel="stylesheet" href="/css/styles.css">
</head>
<link rel="stylesheet" href="/css/styles.css">

<body>
</body>
</html>
2 changes: 1 addition & 1 deletion templates/styles.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
link rel="stylesheet" href="./styles/main.css">
<link rel="stylesheet" href="./styles/main.css">

0 comments on commit a73070f

Please sign in to comment.