about.html (10 lines of code) (raw):
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting…</title>
<link rel="canonical" href="/#about" >
<script>location="/#about"</script>
<meta http-equiv="refresh" content="0; url=/#about">
<meta name="robots" content="noindex">
<h1>Redirecting…</h1>
<a href="/#about">Click here if you are not redirected.</a>
</html>