Skip to content

Commit

Permalink
Fix link to CSS styles
Browse files Browse the repository at this point in the history
  • Loading branch information
lulunac27a committed Oct 12, 2024
1 parent cbdb167 commit 215acde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
File renamed without changes.
5 changes: 4 additions & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
<html lang="en">
<head>
<title>Flask User Level XP System</title>
<link href="../index.css" />
<link
rel="stylesheet"
href="{{ url_for('static', filename='css/index.css') }}"
/>
</head>
<body>
<h1>Flask User Level XP System</h1>
Expand Down

0 comments on commit 215acde

Please sign in to comment.