Compare commits

..

No commits in common. "fd181f8486e9d86de7a26deab0de209e62ddc76e" and "6cee314b7cbdd43943d580646bba491293308b70" have entirely different histories.

2 changed files with 19 additions and 21 deletions

View file

@ -36,19 +36,18 @@ if [ -z "${LINKGEN_NO_DEFAULT}" ]; then
cat << EOF >> index.html
<!DOCTYPE html>
<html>
<head>
<title>Redirecting to nowhere</title>
<meta charset="UTF-8"/>
</head>
<body>
<center>
<p>Hello! You've landed on StarOpenSource's redirection website.</p>
<p>You can visit the source code for this website <a href="/repos-redirector">here</a>.</p>
<br/>
<p>Here are some links you can try out:</p>
<p><a href="/website">[website]</a> <a href="/status">[status]</a> <a href="/filesystem">[/fs/]</a> <a href="/repos">[repos]</a></p>
</center>
</body>
<head>
<title>Redirecting to nowhere</title>
</head>
<body>
<center>
<p>Hello! You've landed on StarOpenSource's redirection website.</p>
<p>You can visit the source code for this website <a href="/repos-redirector">here</a>.</p>
<br/>
<p>Here are some links you can try out:</p>
<p><a href="/website">[website]</a> <a href="/status">[status]</a> <a href="/filesystem">[/fs/]</a> <a href="/repos">[repos]</a></p>
</center>
</body>
</html>
EOF
# Robots

View file

@ -1,11 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Redirecting to _TITLE_</title>
<meta charset="UTF-8"/>
<meta http-equiv="refresh" content="0; url=_RDURL_"/>
</head>
<body>
<p>Redirecting to <a href="_RDURL_">_TITLE_</a> (<a href="_RDURL_">_RDURL_</a>)</p>
</body>
<head>
<title>Redirecting to _TITLE_</title>
<meta http-equiv="refresh" content="0; url=_RDURL_"/>
</head>
<body>
<p>Redirecting to <a href="_RDURL_">_TITLE_</a> (<a href="_RDURL_">_RDURL_</a>)</p>
</body>
</html>