BackgroundButtons Is simply just a bunch of buttons that change the background.
This is useful for someone who's eyes hurt, or just wanna have fun. This file includes a readme and a sample.
Code:
<h1>Customization</h1>
<h2>What do you want the background color to be?</h2>
<form>
<input type="button" Value="Click for Black" onClick="document.bgColor='Black'">
<input type="button" Value="Click for White" onClick="document.bgColor='White'">
<input type="button" Value="Click for Green" onClick="document.bgColor='green'">
<input type="button" Value="Click for blue" onClick="document.bgColor='blue'">
<input type="Button" Value="Click for red" onClick="document.bgColor='red'"
</form>
Enjoy

!