aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/Resources/ie4start.html
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-04-28 14:11:59 -0700
committerAShifter <[email protected]>2017-04-28 14:11:59 -0700
commit48681db294cacc8f726aa64c4716c977d79f28fa (patch)
treeb23be2020077d611971094f112e42d1d0283d392 /TimeHACK.Main/Resources/ie4start.html
parent14ff6e1e569259cb5652230bc809b3cf8e6dc9c9 (diff)
parent0ffdb500015baaad3a663965d00de8f44a25a235 (diff)
downloadhistacom2-48681db294cacc8f726aa64c4716c977d79f28fa.tar.gz
histacom2-48681db294cacc8f726aa64c4716c977d79f28fa.tar.bz2
histacom2-48681db294cacc8f726aa64c4716c977d79f28fa.zip
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
Diffstat (limited to 'TimeHACK.Main/Resources/ie4start.html')
-rw-r--r--TimeHACK.Main/Resources/ie4start.html38
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