diff options
| author | AShifter <[email protected]> | 2017-04-28 11:46:23 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-28 11:46:23 -0700 |
| commit | 0ffdb500015baaad3a663965d00de8f44a25a235 (patch) | |
| tree | b23be2020077d611971094f112e42d1d0283d392 /TimeHACK.Main/Resources | |
| parent | 92f9ee00b94c0a6af901a1ce4017541246517973 (diff) | |
| parent | a2e3f6358a2c7c25d5366bec4f75138ed3413305 (diff) | |
| download | histacom2-0ffdb500015baaad3a663965d00de8f44a25a235.tar.gz histacom2-0ffdb500015baaad3a663965d00de8f44a25a235.tar.bz2 histacom2-0ffdb500015baaad3a663965d00de8f44a25a235.zip | |
Merge pull request #52 from lempamo/master
Master
Diffstat (limited to 'TimeHACK.Main/Resources')
| -rw-r--r-- | TimeHACK.Main/Resources/IE4/ie4start.html | 10 | ||||
| -rw-r--r-- | TimeHACK.Main/Resources/IE4/padams.html | 3 |
2 files changed, 10 insertions, 3 deletions
diff --git a/TimeHACK.Main/Resources/IE4/ie4start.html b/TimeHACK.Main/Resources/IE4/ie4start.html index 6a0f5d4..50b0ac7 100644 --- a/TimeHACK.Main/Resources/IE4/ie4start.html +++ b/TimeHACK.Main/Resources/IE4/ie4start.html @@ -1,5 +1,6 @@ <html> <head> + <title>IE4START</title> <style> body { font-family: "Microsoft Sans Serif"; @@ -21,6 +22,11 @@ p.end { font-size: 9.75pt; } + a { + color: blue; + text-decoration: underline; + cursor: hand; + } </style> </head> <body> @@ -31,8 +37,8 @@ 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> + <a id="google">www.google.com</a><br> + <a id="padams">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 index 9135372..d8846bf 100644 --- a/TimeHACK.Main/Resources/IE4/padams.html +++ b/TimeHACK.Main/Resources/IE4/padams.html @@ -1,5 +1,6 @@ <html> <head> + <title>12PADAMS</title> <style> body { font-family: "Microsoft Sans Serif"; @@ -31,7 +32,7 @@ p.app button { float: right; background-color: silver; - border-color: gray black black gray; + border-color: white black black white; margin-right: 2px; } a { |
