content/download.html (10 lines of code) (raw):
<!DOCTYPE html>
<html>
<head>
<title>Page Moved...</title>
<meta http-equiv="refresh" content="1;URL='installer.html'">
</head>
<body>
This page has been moved. Please click <a href="installer.html">here</a> if you are not automatically relocated to the new page.
</body>
</html>