-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
29 lines (29 loc) · 2.66 KB
/
index.html
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="description" content="A frontend to search and browse the Wayback Machine from old browsers">
<title>Wayback Classic</title>
<link rel="stylesheet" type="text/css" href="/styles/style.css">
<script type="text/javascript" src="/scripts/html5in4.js"></script>
</head>
<body background="/images/[email protected]">
<h1><a href="/"><img border="0" src="/images/favicon-32.gif" height="32" width="32" alt="" valign="middle"></a> <a href="/">Wayback Classic</a></h1>
<form action="/cgi-bin/lookup.cgi" method="get">
<label>URL or keywords: <input type="text" name="q"></label>
<input type="hidden" name="utf8" value="✓">
<input type="submit" value="Look Up">
<a href="/search-help.html">Search Help</a>
</form>
<p>A frontend for the <a href="//web.archive.org">Wayback Machine</a> which works on old browsers</p>
<hr>
<p><small>Wayback Classic retrieves data from The Wayback Machine. The Wayback Machine is run by the <a href="//archive.org">Internet Archive</a>. They do amazing work preserving all sorts of things, including the websites you find here. You should consider <a href="//archive.org/donate/">donating</a> to them! Copyright © 2021-2024 Jessica Stokes. <a href="https://github.com/ticky/wayback-classic">Source code available on GitHub</a>. "Wayback Classic" icon and button by <a href="http://shadenexus.com/">Gwyndolyn Marchant</a></small></p>
<a href="//wayback-classic.net"><img border="0" src="/images/wybk-clsc-btn.gif" alt="Wayback Classic" height="31" width="88"></a> <a href="//web.archive.org/web/19970220020535/http://www.microsoft.com/ie/download/"><img border="0" src="/images/ie.gif" alt="Microsoft Internet Explorer" height="31" width="88"></a>
<a href="//web.archive.org/web/19970220020535/http://home.netscape.com/comprod/mirror/client_download.html"><img border="0" src="/images/netscape-now.gif" alt="Netscape Now! 3.0" height="31" width="88"></a>
<img border="0" src="/images/dreamcast.gif" alt="Compatible with Dreamcast" height="31" width="88">
<a href="//web.archive.org/web/20230325051606if_/http://the-tech.mit.edu/Projects/Macmade/"><img border="0" src="/images/macmade-wht.gif" alt="Made with Macintosh" height="31" width="88"></a>
<a href="//validator.w3.org/check?uri=referer"><img border="0" src="/images/valid-html401.gif" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
</body>
</html>