Skip to content

Commit c9c2633

Browse files
trying stuff, nothing works :C
1 parent 22de7ef commit c9c2633

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

DLC/school-construction.html

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,13 @@
1313
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1414
<link rel="icon" type="image/png" href="/assets/header/ravioli.png"/>
1515
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
16-
<script src="/DLC/JS/fullscreen.js"></script>
16+
<script src="/shared/JS/fullscreen.js"></script>
1717
<link rel="stylesheet" href="/shared/css/fonts.css">
1818
<link rel="stylesheet" href="/shared/css/style.css"/>
1919
<link rel="stylesheet" href="/DLC/CSS/school-construction.css">
2020
<title>Beavertronics</title>
2121
</head>
2222

23-
<!--
24-
there is javascript (in /shared/JS/script.js) that injects a header
25-
that is used on every page. this header includes:
26-
- the dropdown menu,
27-
- links to pages on top bar
28-
- beavertronics icon
29-
- beavertronics title
30-
-->
31-
3223
<!--
3324
this is the main body that contains everything
3425
-->
@@ -65,10 +56,15 @@ <h1 class="center link-container">
6556
a divider containing information about the stream
6657
-->
6758
<div class="center link-container">
68-
<a href="https://dwpwebcams.com/bhs/canvasvideo1.php" target="_blank">The video source can be found here</a> <br>
59+
<a href="https://dwpwebcams.com/bhs/canvasvideo1.php" target="_blank">The video only can be found here</a> <br>
6960
<!-- <a href="https://dwpwebcams.com/bhs/" target="_blank">You can find more features by going here and scrolling down</a> -->
7061
</p>
7162
</div>
7263
</body>
64+
65+
<!--
66+
this footer exists just for spacing...
67+
I think?
68+
-->
7369
<footer></footer>
7470
</html>

resources/resources.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// OH MY GOD
2+
// PLEASE COMMENT THIS
3+
// AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
4+
15
class resourcePage {
26
constructor(title, text = "default", links = []) {
37
this.title = title

0 commit comments

Comments
 (0)