aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/Resources
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-04-27 15:55:40 -0400
committerlempamo <[email protected]>2017-04-27 15:55:40 -0400
commitbcd89d808b9fdcb7746d4705c09afde3091b8eef (patch)
tree927e73b0a8537a5a381644eea392dee21ea64294 /TimeHACK.Main/Resources
parentc52e94c582440553c17eb5ba88a86f4acdc00fe4 (diff)
downloadhistacom2-bcd89d808b9fdcb7746d4705c09afde3091b8eef.tar.gz
histacom2-bcd89d808b9fdcb7746d4705c09afde3091b8eef.tar.bz2
histacom2-bcd89d808b9fdcb7746d4705c09afde3091b8eef.zip
gettin started with sites
Diffstat (limited to 'TimeHACK.Main/Resources')
-rw-r--r--TimeHACK.Main/Resources/IE4/ie4start.html38
-rw-r--r--TimeHACK.Main/Resources/IE4/padams.html31
-rw-r--r--TimeHACK.Main/Resources/ie4start.html38
3 files changed, 107 insertions, 0 deletions
diff --git a/TimeHACK.Main/Resources/IE4/ie4start.html b/TimeHACK.Main/Resources/IE4/ie4start.html
new file mode 100644
index 0000000..6a0f5d4
--- /dev/null
+++ b/TimeHACK.Main/Resources/IE4/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 id="google" href="google">www.google.com</a><br>
+ <a id="padams" 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
diff --git a/TimeHACK.Main/Resources/IE4/padams.html b/TimeHACK.Main/Resources/IE4/padams.html
new file mode 100644
index 0000000..7be54f9
--- /dev/null
+++ b/TimeHACK.Main/Resources/IE4/padams.html
@@ -0,0 +1,31 @@
+<html>
+ <head>
+ <style>
+ body {
+ font-family: "Microsoft Sans Serif";
+ text-align: center;
+ }
+ h1 {
+ font-size: 9.75pt;
+ margin-top: 20px;
+ }
+ p {
+ font-size: 9.25pt;
+ margin-top: 0;
+ margin-bottom: 25px;
+ }
+ div {
+ border: 1px solid black;
+ width: 205px;
+ height: 305px;
+ }
+ </style>
+ </head>
+ <body>
+ <h1>Welcome to the Official 12padams website!!!</h1>
+ <p>The best customizations for your windows 95 computer</p>
+ <div class="software">
+ <h1>Games/Software</h1>
+ </div>
+ </body>
+</html> \ No newline at end of file
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