24 lines
912 B
HTML
24 lines
912 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Blog - Archived</title>
|
|
<script>
|
|
// Redirect to the Archive.org version of the page
|
|
window.location.href = "https://web.archive.org/web/2007/http://www.eden.org/eric/blog/";
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<!-- ARCHIVE-BANNER -->
|
|
<link rel="stylesheet" href="../../archive-banner.css">
|
|
<div class="archive-banner">
|
|
This is an archived website. <a href="http://erictaylor.me">Return to erictaylor.me</a>
|
|
<button class="archive-banner-close" onclick="this.parentElement.style.display='none'">×</button>
|
|
</div>
|
|
<!-- /ARCHIVE-BANNER -->
|
|
|
|
<p>Redirecting to the archived version of this blog...</p>
|
|
<p>If you are not redirected automatically, <a href="https://web.archive.org/web/2007/http://www.eden.org/eric/blog/">click here</a>.</p>
|
|
</body>
|
|
</html> |