Compare commits
No commits in common. "39120296359c159b34836d477340d33803ad95a9" and "a2c796c26706d4b97be94125b39139c24acaa74d" have entirely different histories.
3912029635
...
a2c796c267
4 changed files with 30 additions and 13 deletions
15
index.html
Normal file
15
index.html
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Redirecting to nowhere</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<center>
|
||||||
|
<p>Hai! Du bist auf der Weiterleitungswebseite von JeremyStarTM gelandet.</p>
|
||||||
|
<p>Du kannst den Quellcode dieser Seite <a href="/repos-redirector">hier</a> einsehen.</p>
|
||||||
|
<br/>
|
||||||
|
<p>Hier ein paar Beispiellinks für dich:</p>
|
||||||
|
<p><a href="/website">[website]</a> <a href="/social-fedi">[social-fedi]</a> <a href="/repos">[repos]</a></p>
|
||||||
|
</center>
|
||||||
|
</body>
|
||||||
|
</html>
|
2
robots.txt
Normal file
2
robots.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
User-Agent: *
|
||||||
|
Disallow: /
|
|
@ -1 +1 @@
|
||||||
Subproject commit fd181f8486e9d86de7a26deab0de209e62ddc76e
|
Subproject commit 6cee314b7cbdd43943d580646bba491293308b70
|
Loading…
Reference in a new issue