diff options
| author | lempamo <[email protected]> | 2017-04-27 16:54:28 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-04-27 16:54:28 -0400 |
| commit | e21ca9fd83e951edc98e5f8c00516db42a74914a (patch) | |
| tree | c82ea2c8b8f0df40850ed82c1a51db944aae83db /TimeHACK.Main/Resources | |
| parent | bcd89d808b9fdcb7746d4705c09afde3091b8eef (diff) | |
| download | histacom2-e21ca9fd83e951edc98e5f8c00516db42a74914a.tar.gz histacom2-e21ca9fd83e951edc98e5f8c00516db42a74914a.tar.bz2 histacom2-e21ca9fd83e951edc98e5f8c00516db42a74914a.zip | |
12padams homepage
Diffstat (limited to 'TimeHACK.Main/Resources')
| -rw-r--r-- | TimeHACK.Main/Resources/IE4/padams.html | 50 |
1 files changed, 45 insertions, 5 deletions
diff --git a/TimeHACK.Main/Resources/IE4/padams.html b/TimeHACK.Main/Resources/IE4/padams.html index 7be54f9..83ade49 100644 --- a/TimeHACK.Main/Resources/IE4/padams.html +++ b/TimeHACK.Main/Resources/IE4/padams.html @@ -14,18 +14,58 @@ margin-top: 0; margin-bottom: 25px; } - div { + td div { + display: inline-block; border: 1px solid black; - width: 205px; + width: 215px; height: 305px; + margin: 0 3px 0 3px; + text-align: center; + } + h1#copyright { + font-size: 9pt; + } + p.app { + margin-top: 30px; + } + p.app button { + float: right; + background-color: silver; + border-color: gray black black gray; + margin-right: 2px; + } + a { + font-size: 9.25pt; } </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> + <table align="center"> + <tr> + <td><div class="software"> + <h1>Games/Software</h1> + <p class="app" id="gtn">Guess the Number V1 <button id="gtn_b">Download</button></p> + <p class="app" id="wc">Web Chat 1998 <button id="wc_b">Download</button></p> + <p class="app" id="distort">Time Distorter 0.1 <button id="distort_b">Download</button></p> + </div></td> + <td><div class="customize"> + <h1>Customizations</h1> + <p class="app" id="bg">Backgrounds <button id="bg_b">View Backgrounds</button></p> + <p class="app" id="skn">Skindows 95 <button id="skn_b">Info</button></p> + </div></td> + <td><div class="viruses"> + <h1>Example Viruses</h1> + <p class="app" id="sr">Start Runner 95 <button id="sr_b">Download</button></p> + <p class="app" id="eb">Error Blaster 95 <button id="eb_b">Download</button></p> + </div></td> + <td><div class="sites"> + <h1>WebSites</h1> + <a id="hotmail" href="hotmail">www.hotmail.com</a> + </div></td> + </tr> + </table> + <h1 id="copyright">Copyright 1998 12padams</h1> </body> </html>
\ No newline at end of file |
