-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathINDEX.HTML
More file actions
63 lines (59 loc) · 2.21 KB
/
INDEX.HTML
File metadata and controls
63 lines (59 loc) · 2.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<title>Home - Skinner Technology Archive</title>
<link rel="shortcut icon" type="image/jpg" href="IMAGES\FAVICON.PNG">
<link rel="stylesheet" href="STYLESHEET.CSS">
<head>
<h2>
<header>
<img src="IMAGES\FAVICON.PNG" alt="Logo" width="75">
</header>
<header>
<div>SKINNER TECHNOLOGY ARCHIVE</div>
<div>
<small>
<em>AN ARCHIVE OF THE PAST IN THE FUTURE.</em>
</small>
</div>
</header>
</h2>
<nav>
<h4>
<p>HOME
<a href="ARCHIVE.HTML">ARCHIVE</a>
<a href="UTILITIES.HTML">UTILITIES</a>
<a href="CONTACT.HTML">CONTACT</a>
<a href="ABOUT.HTML">ABOUT</a>
</p>
</h4>
</nav>
</head>
<body>
<p>The Skinner Technology Archive is an online museum dedicated to the collecting and sharing of old, abandoned, and
pre-release software.</p>
<p>Our entire archive is free, open-source and available for all. Whether you want to put on those retrospective
rose-tinted glasses and re-visit some classic versions of Windows, do some research on computing history and
development, or restore an old system that was previously ruined, we aim to be your number one source of
high-quality information and original downloads that other sites simply cannot match. Get classic operating
systems, applications, and betas for every platform from PCs to Mobile Phones to Servers, right here from our
software archive.</p>
<p>If you’d like to learn more about the history of the Skinner Technology Archive, look at our
<a href="ABOUT.HTML">About</a>
page. Otherwise head on over to our
<a href="https://discord.gg/FsaME8x">Discord</a>
community to say hello and ask questions!
</p>
<footer>
<a href="https://discord.gg/FsaME8x">
<img src="IMAGES\DISCORD.PNG" alt="Discord" width="30">
</a>
<a href="https://twitch.tv/SkinnerTechnologyArchive">
<img src="IMAGES\TWITCH.PNG" alt="Twitch" width="23">
</a>
<a href="http://www.anybrowser.org/campaign/">
<img src="IMAGES\ANY_BROWSER.GIF" height="29" alt="Viewable With Any Browser">
</a>
</footer>
</body>
</html>
<!-- Website Version 1.6 - NEOSKI -->