Compare commits

...

18 Commits
master ... test

Author SHA1 Message Date
semblanceofsense
95ab88cd88 visitor display 2025-03-12 13:12:31 -06:00
semblanceofsense
dfd71c2cc8 hideen-counter 2025-03-12 13:09:03 -06:00
semblanceofsense
4ed253757e real url 2025-03-11 12:28:33 -06:00
semblanceofsense
a85d4ba25e button counter 2025-03-11 12:22:11 -06:00
semblanceofsense
e1b949ae60 height and width 2025-03-10 23:18:16 -06:00
semblanceofsense
5d912008b2 gnhust 2025-03-10 23:16:30 -06:00
semblanceofsense
d120774d8f new config? 2025-03-10 23:12:34 -06:00
semblanceofsense
8d0359252f new config? 2025-03-10 23:09:01 -06:00
semblanceofsense
a176363c91 new config? 2025-03-10 23:06:24 -06:00
semblanceofsense
43a23e6f87 waflash 2025-03-10 22:59:53 -06:00
semblanceofsense
85b79f30da waflash 2025-03-10 22:57:32 -06:00
semblanceofsense
8e52e20ef6 gitignore 2025-03-10 22:38:29 -06:00
semblanceofsense
5d70681f56 ok 2025-03-10 22:36:38 -06:00
semblanceofsense
ca784c105f filestorage? 2025-03-10 22:32:52 -06:00
semblanceofsense
1555278a98 ruffle 2025-03-10 22:25:00 -06:00
semblanceofsense
1d9f05daaf isaac 2025-03-10 22:19:24 -06:00
semblanceofsense
fecfb33266 width and height 2025-03-10 22:07:39 -06:00
semblanceofsense
ece2d86f0d Hazel 2025-03-10 21:51:57 -06:00
6 changed files with 9 additions and 5 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
isaac.swf

View File

@ -8,3 +8,5 @@ footer {
bottom: 0;
}
</style>
<img hidden src="https://profile-counter.glitch.me/bergamotoil.net/count.svg">

View File

@ -1 +0,0 @@
<h1>does this work?</h1>

BIN
hazel.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@ -1,6 +1,7 @@
<div>
<h1>Go home!</h1>
<img src="https://static0.gamerantimages.com/wordpress/wp-content/uploads/2023/01/ferris_buellers_day_off_credits.jpg" width="480" height="270">
<p>If you've managed to stumble across this, go away I'm still working on it. But feel free to check out the meagre offerings! Yup.</p>
<img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fmedia.giphy.com%2Fmedia%2FXC7O0OdGpTFqU%2Fgiphy.gif&f=1&nofb=1&ipt=d660b94f8f358b8f954b62bf1ef9a7e14751cbc3490301e199d131488cf6c918&ipo=images" width="480" height="270">
<h1>Welcome. This is a personal site I'm still working on.</h1>
<p>for now, enjoy this photo of my dog</p>
<img src="hazel.jpg" width="270" height="330">
<h3>Visitor count:</h3>
<img src="https://profile-counter.glitch.me/bergamotoil.net/count.svg">
</div>

1
isaac/isaac.html Normal file
View File

@ -0,0 +1 @@
<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>