diff options
| author | lempamo <lempamo@outlook.com> | 2017-08-23 13:38:40 -0400 |
|---|---|---|
| committer | lempamo <lempamo@outlook.com> | 2017-08-23 13:38:40 -0400 |
| commit | 3306d36ecbc024775972e5cf7971b2a7a70671d0 (patch) | |
| tree | 0a79e67b6723a8c75ffd66c7828bdd0ebb1bf74d /Histacom2/Resources/IE4/googlehome.html | |
| parent | 99fef5c57360f07259fc86f433bed8a9ab59c48e (diff) | |
| download | histacom2-3306d36ecbc024775972e5cf7971b2a7a70671d0.tar.gz histacom2-3306d36ecbc024775972e5cf7971b2a7a70671d0.tar.bz2 histacom2-3306d36ecbc024775972e5cf7971b2a7a70671d0.zip | |
Renaming the game!
Diffstat (limited to 'Histacom2/Resources/IE4/googlehome.html')
| -rw-r--r-- | Histacom2/Resources/IE4/googlehome.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Histacom2/Resources/IE4/googlehome.html b/Histacom2/Resources/IE4/googlehome.html new file mode 100644 index 0000000..4faefcc --- /dev/null +++ b/Histacom2/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: pointer; + } + </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 |
