mirror of
https://github.com/mollyim/mollyim.github.io.git
synced 2025-05-12 21:30:44 +01:00
Add redirect page for /install
This commit is contained in:
parent
405812ac30
commit
0e981845fb
1 changed files with 15 additions and 0 deletions
15
public/install/index.html
Normal file
15
public/install/index.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!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>
|
Loading…
Reference in a new issue