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 cat << EOF >> index.html
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Redirecting to nowhere</title> <title>Redirecting to nowhere</title>
<meta charset="UTF-8"/> <meta charset="UTF-8"/>
</head> </head>
<body> <body>
<center> <center>
<p>Hello! You've landed on StarOpenSource's redirection website.</p> <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> <p>You can visit the source code for this website <a href="/repos-redirector">here</a>.</p>
<br/> <br/>
<p>Here are some links you can try out:</p> <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> <p><a href="/website">[website]</a> <a href="/status">[status]</a> <a href="/filesystem">[/fs/]</a> <a href="/repos">[repos]</a></p>
</center> </center>
</body> </body>
</html> </html>
EOF EOF
# Robots # Robots

View file

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