Modify URL
This commit is contained in:
parent
7df5b38ebb
commit
c196c4a066
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue