diff options
| author | lempamo <[email protected]> | 2017-05-02 17:44:50 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-05-02 17:44:50 -0400 |
| commit | 677e4a8b2f6d1020f88786d2eefdaa06b0e98549 (patch) | |
| tree | cb511e5b7e6d081b6f313c9f1de9373002e62688 /TimeHACK.Main/Resources | |
| parent | 01d130bf5c3466d5b581cb3a2cf7bdeb4e5ff721 (diff) | |
| download | histacom2-677e4a8b2f6d1020f88786d2eefdaa06b0e98549.tar.gz histacom2-677e4a8b2f6d1020f88786d2eefdaa06b0e98549.tar.bz2 histacom2-677e4a8b2f6d1020f88786d2eefdaa06b0e98549.zip | |
google prototype
Diffstat (limited to 'TimeHACK.Main/Resources')
| -rw-r--r-- | TimeHACK.Main/Resources/IE4/google.jpg | bin | 0 -> 6218 bytes | |||
| -rw-r--r-- | TimeHACK.Main/Resources/IE4/googlehome.html | 2 | ||||
| -rw-r--r-- | TimeHACK.Main/Resources/IE4/googleprototype.html | 64 | ||||
| -rw-r--r-- | TimeHACK.Main/Resources/IE4/ie4start.html | 2 |
4 files changed, 66 insertions, 2 deletions
diff --git a/TimeHACK.Main/Resources/IE4/google.jpg b/TimeHACK.Main/Resources/IE4/google.jpg Binary files differnew file mode 100644 index 0000000..f166dc6 --- /dev/null +++ b/TimeHACK.Main/Resources/IE4/google.jpg diff --git a/TimeHACK.Main/Resources/IE4/googlehome.html b/TimeHACK.Main/Resources/IE4/googlehome.html index 696fe2b..4faefcc 100644 --- a/TimeHACK.Main/Resources/IE4/googlehome.html +++ b/TimeHACK.Main/Resources/IE4/googlehome.html @@ -6,7 +6,7 @@ a { color: blue; text-decoration: underline; - cursor: hand; + cursor: pointer; } </style> </head> diff --git a/TimeHACK.Main/Resources/IE4/googleprototype.html b/TimeHACK.Main/Resources/IE4/googleprototype.html new file mode 100644 index 0000000..8f63bdd --- /dev/null +++ b/TimeHACK.Main/Resources/IE4/googleprototype.html @@ -0,0 +1,64 @@ +<html> + <head> + <meta charset="utf-8" /> + <title>PROTOTYPE</title> + <style> + a { + color: blue; + text-decoration: underline; + cursor: pointer; + } + </style> + </head> + <body bgcolor="#FFFFFF"> + <center> + <img src="file:///C:/TimeHackData/Data/google.jpg" width="351" height="113"><br> + <table border="0" cellspacing="0" cellpadding="5" width="70%"> + <tr> + <td bgcolor="#EEEEEE"> + <center> + Search the web using Google!<br> + <input type="text" name="query" value="" size="40"><br> + <select name="num"> + <option value="10" selected>10 results + <option value="30">30 results + <option value="100">100 results + </select> + <button id="search">Google Search</button> + <button id="lucky">I'm feeling lucky</button> <br> + <i>Index contains ~25 million pages (soon to be much bigger)</i> + </center> + </td> + </tr> + <tr> + <td> + <center> + <h2><a>About Google!</a></h2> + <a> + Stanford + Search + </a> <a>Linux Search</a> + </center> + </td> + </tr> + <tr align="LEFT"> + <td valign="CENTER" bgcolor="#EEEEEE" width="100%"> + <center>Get Google! updates monthly!</center> + </td> + </tr> + + <tr align="LEFT"> + <td bgcolor="#EEEEEE"> + <center> + <input type="text" name="emailaddr" value="your e-mail" size="18"> + <input type="submit" name="SubmitAction" value="Subscribe"><font size="-1"> <a>Archive</a></font> + </center> + </td> + </tr> + </table> + </center> + + <center><font size="-1">Copyright ©1997-8 Stanford University</font></center> + + </body> +</html>
\ No newline at end of file diff --git a/TimeHACK.Main/Resources/IE4/ie4start.html b/TimeHACK.Main/Resources/IE4/ie4start.html index 50b0ac7..88347cb 100644 --- a/TimeHACK.Main/Resources/IE4/ie4start.html +++ b/TimeHACK.Main/Resources/IE4/ie4start.html @@ -25,7 +25,7 @@ a { color: blue; text-decoration: underline; - cursor: hand; + cursor: pointer; } </style> </head> |
