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 = [
'',
'
',
'
',
'
',
'
',
'
',
'
',
'
'
];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;
}
var randomImage = images[Math.floor(Math.random() * images.length)]; document.getElementById("banner").innerHTML = randomImage;