Skip to content

Commit

Permalink
Made the noscript silly
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBorgProgramming committed Feb 28, 2024
1 parent 6376d02 commit d858f5b
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 26 deletions.
15 changes: 10 additions & 5 deletions generator.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,18 @@
<header>

<div id="topmenu_new">
<noscript>
<h3>Uh Oh!</h3>
<p>JavaScript is required in order to use ADAM.</p>
<p>ADAM is a web app built upon JavaScript and thus it is required.</p>
</noscript>

</div>
</header>
<noscript>
<div style="text-align: center;">
<h3>Uh Oh!</h3>
<p>JavaScript is required in order to use ADAM.</p>
<p>ADAM is a web app built upon JavaScript and thus it is required.</p>
<p> <img src="./memetemplates/grumpycat.jpeg" alt="Grumpy Cat"> </p>
</div>
</noscript>

<!--Begin primary doc-->

<div class="container-sm d-flex justify-content-center">
Expand Down
15 changes: 10 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,18 @@
<body onload="headermenu_new(), footermenu_new()">
<header>
<div id="topmenu_new">
<noscript>
<h3>Uh Oh!</h3>
<p>JavaScript is required in order to use ADAM.</p>
<p>ADAM is a web app built upon JavaScript and thus it is required.</p>
</noscript>

</div>
</header>
<noscript>
<div style="text-align: center;">
<h3>Uh Oh!</h3>
<p>JavaScript is required in order to use ADAM.</p>
<p>ADAM is a web app built upon JavaScript and thus it is required.</p>
<p> <img src="./memetemplates/grumpycat.jpeg" alt="Grumpy Cat"> </p>
</div>
</noscript>

<!--Begin primary doc-->
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
Expand Down
16 changes: 11 additions & 5 deletions memelab-1x2.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,21 @@
<header>

<div id="topmenu_new">
<noscript>
<h3>Uh Oh!</h3>
<p>JavaScript is required in order to use ADAM.</p>
<p>ADAM is a web app built upon JavaScript and thus it is required.</p>
</noscript>

</div>
</header>
<noscript>
<div style="text-align: center;">
<h3>Uh Oh!</h3>
<p>JavaScript is required in order to use ADAM.</p>
<p>ADAM is a web app built upon JavaScript and thus it is required.</p>
<p> <img src="./memetemplates/grumpycat.jpeg" alt="Grumpy Cat"> </p>
</div>
</noscript>
<!--Begin primary doc-->



<div class="container-sm d-flex justify-content-center">

<div class="meme" id="meme" style=" width: 60%; padding-top: 10px;">
Expand Down
16 changes: 11 additions & 5 deletions memelab-classic.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,21 @@
<header>

<div id="topmenu_new">
<noscript>
<h3>Uh Oh!</h3>
<p>JavaScript is required in order to use ADAM.</p>
<p>ADAM is a web app built upon JavaScript and thus it is required.</p>
</noscript>

</div>
</header>
<noscript>
<div style="text-align: center;">
<h3>Uh Oh!</h3>
<p>JavaScript is required in order to use ADAM.</p>
<p>ADAM is a web app built upon JavaScript and thus it is required.</p>
<p> <img src="./memetemplates/grumpycat.jpeg" alt="Grumpy Cat"> </p>
</div>
</noscript>
<!--Begin primary doc-->



<div class="container-sm d-flex justify-content-center">

<div class="meme" id="meme" style=" width: 60%; padding-top: 10px;">
Expand Down
16 changes: 10 additions & 6 deletions memelab.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,17 @@
<header>

<div id="topmenu_new">
<noscript>
<h3>Uh Oh!</h3>
<p>JavaScript is required in order to use ADAM.</p>
<p>ADAM is a web app built upon JavaScript and thus it is required.</p>
</noscript>

</div>
</header>
<noscript>
<div style="text-align: center;">
<h3>Uh Oh!</h3>
<p>JavaScript is required in order to use ADAM.</p>
<p>ADAM is a web app built upon JavaScript and thus it is required.</p>
<p> <img src="./memetemplates/grumpycat.jpeg" alt="Grumpy Cat"> </p>
</div>
</noscript>
<!--Begin primary doc-->

<div class="container-sm d-flex justify-content-center">
Expand Down Expand Up @@ -116,7 +120,7 @@ <h2 class="accordion-header">
<!--
Ghost of the former menu says "BOO"
-->
</p>
<p>
Expand Down

0 comments on commit d858f5b

Please sign in to comment.