Skip to content

Commit

Permalink
fix css link
Browse files Browse the repository at this point in the history
  • Loading branch information
sukunrt committed Jun 18, 2024
1 parent faed2c1 commit af4e8a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="style/main.css"></link>
<link rel="stylesheet" type="text/css" href="style/main.css?v=1"></link>
</head>
<body>
<header>
Expand Down
2 changes: 1 addition & 1 deletion style/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ html {
}
footer {
font-size: 15px;
padding: 10px;
padding: 20px;
}

header {
Expand Down

0 comments on commit af4e8a6

Please sign in to comment.