diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-12-15 23:54:14 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-12-15 23:54:14 -0800 |
| commit | 1c9010916dc308b9a7e373d239ecca30fc29dd28 (patch) | |
| tree | bf97b7a275814b92d824e2ce9acbcc44426695b3 /index.html | |
| parent | 3cdc2d20cba515984f4feb1745936ca97992627b (diff) | |
add raw html
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..1072df3 --- /dev/null +++ b/index.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html lang="en-US"> +<meta charset="utf-8"> +<title>You will be redirected shortly</title> +<meta http-equiv="refresh" content="0; url=welcome.html"> +<h1>Redirecting…</h1> +<a href="welcome.html">Click here if you are not redirected.</a> +<script>location = "welcome.html"</script> +</html> |
