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/OS/Win95/Win95Apps/WinClassicIE4.resx | |
| parent | 01d130bf5c3466d5b581cb3a2cf7bdeb4e5ff721 (diff) | |
| download | histacom2-677e4a8b2f6d1020f88786d2eefdaa06b0e98549.tar.gz histacom2-677e4a8b2f6d1020f88786d2eefdaa06b0e98549.tar.bz2 histacom2-677e4a8b2f6d1020f88786d2eefdaa06b0e98549.zip | |
google prototype
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx | 70 |
1 files changed, 68 insertions, 2 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx index 8addf12..02cc277 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx @@ -227,7 +227,7 @@ So Please enjoy Using this amzing software and show the world what your made of. a { color: blue; text-decoration: underline; - cursor: hand; + cursor: pointer; } </style> </head> @@ -334,7 +334,7 @@ Where do you want to go today?</p> a { color: blue; text-decoration: underline; - cursor: hand; + cursor: pointer; } </style> </head> @@ -346,4 +346,70 @@ Where do you want to go today?</p> </body> </html></value> </data> + <data name="prototype_HTML" xml:space="preserve"> + <value><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">&nbsp;&nbsp;<a>Archive</a></font> + </center> + </td> + </tr> + </table> + </center> + + <center><font size="-1">Copyright &copy;1997-8 Stanford University</font></center> + + </body> +</html></value> + </data> </root>
\ No newline at end of file |
