mirror of
https://github.com/mollyim/mollyim.github.io.git
synced 2025-05-19 16:37:56 +01:00
15 lines
408 B
Text
15 lines
408 B
Text
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="refresh" content="0; url=get.html">
|
|
<title>Redirecting...</title>
|
|
</head>
|
|
<body>
|
|
<p>If you are not redirected, <a href="get.html">click here</a>.</p>
|
|
<script>
|
|
window.location.href = "get.html";
|
|
</script>
|
|
</body>
|
|
</html>
|