diff options
| author | lempamo <[email protected]> | 2017-04-27 15:55:40 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-04-27 15:55:40 -0400 |
| commit | bcd89d808b9fdcb7746d4705c09afde3091b8eef (patch) | |
| tree | 927e73b0a8537a5a381644eea392dee21ea64294 /TimeHACK.Main/Resources/IE4/padams.html | |
| parent | c52e94c582440553c17eb5ba88a86f4acdc00fe4 (diff) | |
| download | histacom2-bcd89d808b9fdcb7746d4705c09afde3091b8eef.tar.gz histacom2-bcd89d808b9fdcb7746d4705c09afde3091b8eef.tar.bz2 histacom2-bcd89d808b9fdcb7746d4705c09afde3091b8eef.zip | |
gettin started with sites
Diffstat (limited to 'TimeHACK.Main/Resources/IE4/padams.html')
| -rw-r--r-- | TimeHACK.Main/Resources/IE4/padams.html | 31 |
1 files changed, 31 insertions, 0 deletions
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 |
