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!

A Window With Stuff In It

There's so much room for activities!

$( '.window' ).draggable({ handle: '.titlebar' }); $('.window').on('mousedown', function(event) { $('.window').css('z-index','1'); $( this ).css('z-index','1000'); });