Skip to content

Commit 7a9ba16

Browse files
authored
game
1 parent 6549542 commit 7a9ba16

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

index.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h3 id="title">Home</h3>
1919
<h1 id="h1">Welcome to Pringles!</h1>
2020
<div style="width:800px;" id="firstdiv">
2121
<p id="splash" class="fancy"></p>
22-
<p>[Wednesday Feb. 16] 1 new game today! Check it out <a href="#new">here</a></p>
22+
<p>[Monday Mar. 28] 1 new game today! Check it out <a href="#new">here</a></p>
2323
<p>[!] Tip! Check out the More Site URLS page to see backup URLS for thie site, just incase something happens to the main one.</p>
2424
</div>
2525
<br>
@@ -71,12 +71,10 @@ <h2 id="h2">FLASH IS BACK!</h2>
7171
<div id="new">
7272
<div id="games" style="display:block;">
7373
<a href="/games/" onclick="sidebarMain();" target="_parent"
74-
data-title="Super Mario 64"
75-
data-text="Controls: <p><ul><li>Movement: Arrow Keys</li><li>A: X</li><li>B: C</li><li>L: Q</li><li>Z: Space</li><li>Start: Enter</li><li>C-stick: WASD</li></ul></p>"
76-
data-isflash="0"
77-
data-framesrc="https://blaizerbrumo.github.io/School-Heaven/public/games/mario64/index.html"
78-
data-frameheight="700"
79-
data-framewidth="1100"
74+
data-title="Mindfields 2"
75+
data-text=""
76+
data-isflash="1"
77+
data-framesrc="mindfields-2.swf"
8078
data-isbigfile="0"
8179
></a>
8280
</div>

other/sidebar.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,13 @@
584584
data-framesrc="line-rider.swf"
585585
data-isbigfile="0"
586586
></a>
587+
<a href="/games/" onclick="sidebarMain();" target="_parent"
588+
data-title="Mindfields 2"
589+
data-text=""
590+
data-isflash="1"
591+
data-framesrc="mindfields-2.swf"
592+
data-isbigfile="0"
593+
></a>
587594
<a href="/games/" onclick="sidebarMain();" target="_parent"
588595
data-title="Minecraft JS"
589596
data-text="A JavaScript clone of Minecraft. <br>if it doesn't load, try <a href='https://minekhan.thingmaker.repl.co/'>this</a>"

0 commit comments

Comments
 (0)