Update and fix identation
This commit is contained in:
parent
46eacab857
commit
fd181f8486
2 changed files with 21 additions and 21 deletions
26
build.sh
26
build.sh
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue