This commit is contained in:
bergamotoil 2025-10-16 22:27:17 -06:00
parent 262f5c0fa0
commit 89624e7fe5
4 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,7 @@
% if(! ~ $#handlers_bar_left 0) {
<nav id="side-bar">
% for(h in $handlers_bar_left) {
<h2>Site Map</h2>
<h2 id="sitemaptext">Site Map</h2>
<div>
% run_handler $$h
</div>

View File

@ -20,6 +20,7 @@ header nav div a { text-decoration: underline; color: #54402c; }
/* sidebar */
body > nav { background-color: #ffe6cc; margin-right: 25px; border: 2px solid #ac8760; border-radius: 25px; padding-left: 10px; }
#side-bar > div { line-height: 50px; font-size: large }
/* article */
body > article { background-color: #ffe6cc; border: 2px solid #ac8760; border-radius: 25px; padding-bottom: 25px; }

View File

@ -1,2 +1,2 @@
<h2>Sorry the site has been down this weekend. Uptime robot for some reason didnt give me a notification. Enjoy!</h2>
<h2>I have switched to a wireguard proxy as opposed to just ssh port forwarding which should make updtime far more consistent</h2>
<iframe class="game-frame lazyloaded" id="game-frame" data-src="https://gnhustgames.github.io/the-binding-of-isaac/" src="https://gnhustgames.github.io/the-binding-of-isaac/" data-load-mode="1" width="800" height="600"></iframe>

View File

@ -1,2 +1,3 @@
# This is a test article
Does this work?