Skip to content

Commit

Permalink
defer js
Browse files Browse the repository at this point in the history
  • Loading branch information
39zde committed Oct 10, 2024
1 parent 2fd495d commit dd6079b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<!DOCTYPE html>
<html lang="en">
<!-- Source Code available on GitHub at https://github.com/39zde/simple-file-compressor -->

<head>
<link rel="preload" type="text/css" href="index.css" fetchpriority="high" referrerpolicy="no-referrer" as="style" />
<link rel="modulepreload" href="index.js" fetchpriority="high" referrerpolicy="no-referrer" as="script" />
<meta charset="UTF-8" name="Simple File Compressor" lang="en-US" />
<meta name="description"
content="A tool to reduce the file size of your files. Free online, local, tracking-free, advert-free file compression. Simple and fast." />
Expand All @@ -19,9 +17,8 @@
<link rel="manifest" href="app.webmanifest" type="application/manifest+json" fetchpriority="low"
referrerpolicy="no-referrer" />
<link rel="stylesheet" type="text/css" href="index.css" fetchpriority="high" referrerpolicy="no-referrer" />
<script referrerpolicy="no-referrer" fetchpriority="high" type="module" src="index.js"></script>
<script referrerpolicy="no-referrer" defer type="module" src="index.js"></script>
</head>

<body>
<header>
<h1 role="heading">
Expand Down Expand Up @@ -132,5 +129,4 @@ <h2>3. Start</h2>
referrerpolicy="no-referrer" target="_blank">Github &#8599</a>
</footer>
</body>

</html>

0 comments on commit dd6079b

Please sign in to comment.