"NDX rocks well"

This commit is contained in:
Cris Stringfellow 2021-12-18 12:16:05 +08:00
parent 83ec71ffc8
commit f100abe30b
2 changed files with 8 additions and 3 deletions

View File

@ -171,7 +171,7 @@ function IndexView(urls) {
margin-top: 0;
}
</style>
<h1>22120</h1>
<h1><a href=/>22120</a></h1>
<h2>Internet Offline Library</h2>
<h2>Archive Index</h2>
<form method=GET action=/search>
@ -232,7 +232,7 @@ function SearchResultView({results, query}) {
margin-top: 0;
}
</style>
<h1>22120</h1>
<h1><a href=/>22120</a></h1>
<h2>Search results</h2>
<form method=GET action=/search>
<fieldset>

View File

@ -35,7 +35,7 @@
margin-top: 0;
}
</style>
<h1>22120</h1>
<h1><a href=/>22120</a></h1>
<h2>Internet Offline Library</h2>
<p>
View <a href=/archive_index.html>the index</a>
@ -107,3 +107,8 @@
</script>
</fieldset>
</form>
<footer>
<cite>
<a rel=author href=https://github.com/i5ik/22120>22120 GitHub</a>
</cite>
</footer>