Skip to content

Commit c41b384

Browse files
committed
Moving css to the end so that it does not block rendering, which effects performance
1 parent b787737 commit c41b384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<!-- Google Ads -->
2626

2727
<link rel="manifest" href="manifest.json">
28-
<link rel="stylesheet" href="src/css/main.css">
2928
</head>
3029
<body>
3130
<script src="src/js/utils.js"></script>
@@ -58,5 +57,6 @@ <h1>Search Stack Overflow</h1>
5857
</div>
5958
</div>
6059
</div>
60+
<link rel="stylesheet" href="src/css/main.css">
6161
</body>
6262
</html>

0 commit comments

Comments
 (0)