0 Members and 12 Guests are viewing this topic.
15:04 @Phage : I'm bored of Python
Thought this was kinda cool.. All you do is pick a background(or upload your own) and click the option to set as your homepage. It uses google.http://www.shinysearch.com/
Yeah AFAIK iGoogle is much more limited. Most things that allow you to create a custom homepage require you to be signed in to your Google account.
iGoogle will not be available after November 1, 2013.
OLD. I'm disappointed, I thought we were all programmers here. Make your own homepage!
<html><title>ENTER YOUR NAME HERE</title><body background="IMAGE.PNG"><center><h1>INSERT YOUR SEARCH TROLL</h1><br /><form method="get" action="http://www.google.com/search"><div style="border:1px solid black;padding:4px;width:20em;"><table border="0" cellpadding="0"><tr><td><input type="text" name="q" size="25" maxlength="255" value="" /><input type="submit" value="Google Search" /></td></tr><tr><td align="center" style="font-size:75%"></td></tr></table></div></form></center></body></html>
TBH I tried but I couldn't get it to work online . This looks pretty simple though. I'm new to web dev
<html><title>net.explore</title><link rel="stylesheet" type="text/css" href="homepage.css" /><body><center><p>The Network</p><br /><form method="get" action="http://www.google.com/search"><input onfocus="this.value=''" type="text" name="q" size="45" maxlength="255" value="get lost in the net" /><input type="submit" value="Explore" /></form></center></body></html>
p{ color: white; font-size: 30px; font-family: neuropolitical; }body{ background: url(/path/to/my/pic.jpg); background-attachment: fixed; background-position: 27% 27%;}