Skip to content

Commit 64c6650

Browse files
CarsonBurkeMailaender
authored andcommitted
move parallaxify to end of body
to reduce layout shift
1 parent cf93da8 commit 64c6650

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1111
<title>OpenHV | RTS</title>
1212
<link rel="stylesheet" href="style.css">
13-
<script type="text/javascript" src="parallaxify.js"></script>
1413

1514
<link rel="preconnect" href="https://fonts.googleapis.com">
1615
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -196,6 +195,8 @@ <h4 class="h4">Project</h4>
196195
</div>
197196
</div>
198197
</footer>
198+
199+
<script type="text/javascript" src="parallaxify.js"></script>
199200
</body>
200201

201202
</html>

0 commit comments

Comments
 (0)