An emoji showing a snowy owl.

This website has now been frozen!

As of 2024-03-23, owlyfans.neocities.org will no longer get updates, this means that information, links, and contact info, among other things, may be outdated or otherwise wrong by the time that you are reading this!

Please instead view the owly.fans version of this page.

Some Cool Code

For your webjam, you might like to make use of a banner at the top of the page saying that it was made for a jam. If you use your eyes, you can see what it will look like.

You are welcome to edit this as much as you like or keep it the same as it is.

1: Place this somewhere at the top of the page <center><header></header></center><p></p>

2: Make a CSS file, calling it something like style.css

In the CSS file, place this in it:

header::before{display:block;position:fixed;top:0;left:0;right:0;background:#000;color:#fff;text-align:center
;content:"This was made for a webjame, more information about it can be found here: owly.fans/webjam"}