Welcome to my Website!

This is a paragraph! Here's how you make a link: Neocities.

Here's how you can make bold and italic text.

Here's how you can add an image:

Here's how to make a list:

To learn more HTML/CSS, check out these tutorials!

var images = [ 'Congratulations!', 'Runescape Archive', 'Research Tree Octopus', 'Get a PlayStation 2 for free!', 'Mixcraft, Multi-Track Recording Studio', 'Internet Blink Exchange', 'Internet Blink Exchange', 'Internet Blink Exchange' ];player { position:relative; width:40px; height:40px; overflow:hidden; } .player iframe { position:absolute; left:-131px; top:-55px; } .player img { position:absolute; left:0; top:0; pointer-events:none; z-index:1; }
music player
var randomImage = images[Math.floor(Math.random() * images.length)]; document.getElementById("banner").innerHTML = randomImage;