Modify URL

This commit is contained in:
JeremyStar™ 2023-05-30 12:14:36 +02:00
parent 7df5b38ebb
commit c196c4a066

View file

@ -2,10 +2,10 @@
<html>
<head>
<title>FREAX</title>
<script>document.location.href = "https://staropensource.ddns.net/docs/books/freax"</script>
<meta http-equiv = "refresh" content = "0; url = https://staropensource.ddns.net/docs/books/freax"/>
<script>document.location.href = "https://git.staropensource.de/staropensource/freax"</script>
<meta http-equiv = "refresh" content = "0; url = https://git.staropensource.de/staropensource/freax"/>
</head>
<body>
<p>Please click <a href="https://staropensource.ddns.net/docs/books/freax">here</a>.</p>
<p>Please click <a href="https://git.staropensource.de/staropensource/freax">here</a>.</p>
</body>
</html>