Skip to content

Commit

Permalink
Merge pull request #26 from freyamade/2023-09-updates
Browse files Browse the repository at this point in the history
2023 09 updates
  • Loading branch information
freyamade authored Sep 22, 2023
2 parents bc07817 + a3a7920 commit 2339aca
Show file tree
Hide file tree
Showing 14 changed files with 218 additions and 252 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@

<div id="no-js">
<p class="yellow">WARNING</p>
<p>This site won't do anything without JavaScript enabled.</p>
<p>For a NoJS version of the site, please visit <a href="/noJS.html" class="magenta" target="_self">/noJS.html</a>.</p>
<p>Please enable javascript to use this page.</p>
<p>It requires javascript to be enabled in order to run the terminal that makes up the site proper.</p>
</div>

<div id="output-wrapper"></div>

<div class="input-wrapper">
<span id="prompt">~&nbsp;>&nbsp;</span><input id="input" type="text" autofocus autocomplete="off" aria-label="Command To Run" />
<span class="prompt" id="input-prompt">~&nbsp;>&nbsp;</span><input id="input" type="text" autofocus autocomplete="off" aria-label="Command To Run" />
</div>
</div>
<script src="/static/js/fresh.js?v={VERSION}"></script>
Expand Down
168 changes: 0 additions & 168 deletions noJS.html

This file was deleted.

Loading

0 comments on commit 2339aca

Please sign in to comment.