File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 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<!--
3324this 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 >
Original file line number Diff line number Diff line change 1+ // OH MY GOD
2+ // PLEASE COMMENT THIS
3+ // AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
4+
15class resourcePage {
26 constructor ( title , text = "default" , links = [ ] ) {
37 this . title = title
File renamed without changes.
You can’t perform that action at this time.
0 commit comments