diff options
| author | lempamo <[email protected]> | 2017-04-27 22:28:18 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-27 22:28:18 -0400 |
| commit | b8706227933c2bf58081e3c0dfd4767afd8dc4a6 (patch) | |
| tree | a5c4e500b1e4ec4161100bf6b8a6337402bdd82f /TimeHACK.Main/Resources/ie4start.html | |
| parent | d381013ebcba7c4bffc34d3d5caf196723c8d1a5 (diff) | |
| parent | 5cc3fdda9a2e219f21803bf5dedd810ec572fec7 (diff) | |
| download | histacom2-b8706227933c2bf58081e3c0dfd4767afd8dc4a6.tar.gz histacom2-b8706227933c2bf58081e3c0dfd4767afd8dc4a6.tar.bz2 histacom2-b8706227933c2bf58081e3c0dfd4767afd8dc4a6.zip | |
Merge pull request #50 from lempamo/master
IE4 HTML
Diffstat (limited to 'TimeHACK.Main/Resources/ie4start.html')
| -rw-r--r-- | TimeHACK.Main/Resources/ie4start.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/TimeHACK.Main/Resources/ie4start.html b/TimeHACK.Main/Resources/ie4start.html new file mode 100644 index 0000000..927072d --- /dev/null +++ b/TimeHACK.Main/Resources/ie4start.html @@ -0,0 +1,38 @@ +<html> + <head> + <style> + body { + font-family: "Microsoft Sans Serif"; + text-align: center; + } + h1 { + margin-top: 19px; + font-size: 14.25pt; + font-style: bold; + } + p { + font-size: 11.25pt; + } + h2 { + font-size: 12pt; + font-style: bold; + margin-top: 50px; + } + p.end { + font-size: 9.75pt; + } + </style> + </head> + <body> + <h1>Welcome to Internet Explorer 4</h1> + <p>Welcome To Internet Explorer 4.<br> +Internet Explorer 4 makes browsing the web and exploring websites a pleasant experience.<br> +Just type an address in the location bar above and then press go.<br> +Instantly you will be taken to the webpage of your choosing.<br> +Where do you want to go today?</p> + <h2>Here are some sites you may want to visit.</h2> + <a href="google">www.google.com</a><br> + <a href="12padams">www.12padams.com</a> + <p class="end">Where do you want to go today?</p> + </body> +</html>
\ No newline at end of file |
