12 lines
325 B
HTML
12 lines
325 B
HTML
|
|
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<meta charset="utf-8">
|
|
<title>You will be redirected shortly</title>
|
|
<meta http-equiv="refresh" content="0; url=introduction.html">
|
|
<h1>Redirecting…</h1>
|
|
<a href="introduction.html">Click here if you are not redirected.</a>
|
|
<script>location = "introduction.html"</script>
|
|
</html>
|
|
|