Show sourcecode
The following files exists in this folder. Click to view.
public_html/gamla-kurser/webbutv1/projekt/retro/
index.html
63 lines ASCII Windows (CRLF)
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Apple Computer</title>
<link rel="stylesheet" href="./css/retro.css">
</head>
<body>
<img class="date" src="./bilder/970714.gif" alt="date">
<div class="main-box">
<div class="left-bar">
<button>Find It</button>
<br>
<a href="">Product Information</a>
<a href="">Customer Support</a>
<a href="">Technology & Research</a>
<a href="">Developer World</a>
<a href="">Groups & Interests</a>
<a href="">Resources Online</a>
<a href="">About Apple</a>
<br><br>
<hr>
<br>
<a href="">Apple Sites Worldwide</a>
<div class="countries">
<a href="">Switzerland</a><br>
<a href="">Taiwan</a><br>
<a href="">Turkey</a><br>
<a href="">Sweden</a><br>
<a href="">United States</a><br>
</div>
</div>
<div class="banner-box">
<img class="banner" src="./bilder/banner.gif" alt="banner">
</div>
<div class="cyberdrive-box">
<img class="cyberdrive" src="./bilder/cyberdrive_062497.gif" alt="cyberdrive">
<div class="cyberdrive-right">
<img class="emate" src="./bilder/emate300_052397.gif" alt="emate">
<img class="mars" src="./bilder/mars_071497.gif" alt="mars">
</div>
</div>
<br>
<img class="whatshot" src="./bilder/whatshot.gif" alt="whatshot">
<table>
<tr>
<td>
<b>Preorder Mac OS 8</b><br>
Now you can preorder Mac OS 8, described by Macworld as "the most comprehensive update to the Mac OS in years, sporting a bold new look, a speedier Finder, more shortcuts and integrated Internet functions."
</td>
<td>
<b>Be the First to Know</b><br>
Learn about new Macintosh software releases the moment they become available. Check Hot Mac Products to hear about programs like Speed Demon, ReBirth RB-338 and QuickCRC.
</td>
</tr>
</table>
</div>
</body>
</html>