summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-07-05 10:29:56 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-07-05 10:29:56 +0000
commit58ae5a7476ba73735d0f98199f4885a7a37eb8d8 (patch)
tree36a4205c2eee9c4d48c20c21ebd1e8900d666dd7
parent5202229cdbe3b0e47bcde279eee1c0cd2da261be (diff)
Fri, Jul 5, 2024, 3:29 AM -07:00
-rw-r--r--wk8/pset/homepage/factorio.html1
-rw-r--r--wk8/pset/homepage/index.html11
2 files changed, 5 insertions, 7 deletions
diff --git a/wk8/pset/homepage/factorio.html b/wk8/pset/homepage/factorio.html
index 22eb7ef..2f503c6 100644
--- a/wk8/pset/homepage/factorio.html
+++ b/wk8/pset/homepage/factorio.html
@@ -6,7 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
- <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<link href="styles.css" rel="stylesheet">
<title>Miau - Factorio</title>
</head>
diff --git a/wk8/pset/homepage/index.html b/wk8/pset/homepage/index.html
index 9190a1f..6235a68 100644
--- a/wk8/pset/homepage/index.html
+++ b/wk8/pset/homepage/index.html
@@ -6,7 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
- <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<link href="styles.css" rel="stylesheet">
<title>Miau - Home Page</title>
<script>
@@ -17,11 +16,6 @@
</script>
</head>
<body>
- <div class="centered">
- <div class="spinner-border" role="status" id="spinner">
- <span class="visually-hidden">Loading...</span>
- </div>
- </div>
<div id="container">
<div class="topbar"></div>
<div id="flex">
@@ -59,5 +53,10 @@
</div>
<footer id="footer">&#916; Copyworng :3</footer>
</div>
+ <div class="centered">
+ <div class="spinner-border" role="status" id="spinner">
+ <span class="visually-hidden">Loading...</span>
+ </div>
+ </div>
</body>
</html>