Update and fix identation

This commit is contained in:
JeremyStar™ 2024-05-04 18:42:55 +02:00
parent 46eacab857
commit fd181f8486
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
2 changed files with 21 additions and 21 deletions

View file

@ -36,19 +36,19 @@ 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>
<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>
</html>
EOF
# Robots

View file

@ -1,11 +1,11 @@
<!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 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>
</html>