"NDX rocks well"
This commit is contained in:
parent
83ec71ffc8
commit
f100abe30b
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue