<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Base-bones HTML5</title>
<!-- You may want to add other icon formats and sizes, but have this at the least: -->
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="your.css">
</head>
<body>
<main>
Page to redirect from
</main>
<script src="your.js"></script>
<noscript>
<!-- Optional, place it wherever it makes sense -->
JavaScript is not enabled.
</noscript>
</body>
</html>