Move js additions to after the body
diff --git a/index.html b/index.html
index 0ad2c90..e9c1ad4 100644
--- a/index.html
+++ b/index.html
@@ -6,13 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="BlissRoms - Command Line Website" />
-
- <link rel="stylesheet" type="text/css" media="screen" href="style.css">
-
- <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
- <script src="//codepen.io/OfficialAntarctica/pen/dcdf9b1e328493afd4bd982ed98266d3.js"></script>
- <script src="script.js"></script>
-
+ <link rel="stylesheet" type="text/css" media="screen" href="style.css">
<title>BlissRoms.io - Command Line Website</title>
</head>
@@ -28,4 +22,9 @@
</div>
</body>
+
+ <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
+ <script src="//codepen.io/OfficialAntarctica/pen/dcdf9b1e328493afd4bd982ed98266d3.js"></script>
+ <script src="script.js"></script>
+
</html>