Skip to content
Snippets Groups Projects
Unverified Commit 523db091 authored by Conrad Zelck's avatar Conrad Zelck
Browse files

fix index: remove defer attribute for style link


Attribute defer not allowed on element link at this point.

Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent 07a94540
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
<!-- <meta charset="utf-8"> -->
<!-- <title>FreqBuddy</title> -->
<script src="script.min.js" defer></script>
<link rel="stylesheet" href="style.min.css" defer>
<link rel="stylesheet" href="style.min.css">
</head>
<body>
<header>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment