diff options
Diffstat (limited to 'TimeHACK.Main/Resources/IE4/googlehome.html')
| -rw-r--r-- | TimeHACK.Main/Resources/IE4/googlehome.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/TimeHACK.Main/Resources/IE4/googlehome.html b/TimeHACK.Main/Resources/IE4/googlehome.html new file mode 100644 index 0000000..696fe2b --- /dev/null +++ b/TimeHACK.Main/Resources/IE4/googlehome.html @@ -0,0 +1,19 @@ +<html> + <head> + <meta charset="utf-8" /> + <title>GOOGLE</title> + <style> + a { + color: blue; + text-decoration: underline; + cursor: hand; + } + </style> + </head> + <body> + <h1>Welcome to Google</h1> + <a id="prototype">Google Search Engine Prototype</a> + <br /> + <a id="alpha">Might-work-some-of-the-time-prototype that is much more up to date.</a> + </body> +</html>
\ No newline at end of file |
