diff options
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | site.py | 2 | 
2 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@  <div id="the-list">  	<div class='header'>  		<h1 class='head'>Operation manuals and data sheets</h1> -		<h4>by <a href='http://joak.nospace.at'>JoaK</a></h4> +		<h4>managed by <a href='http://joak.nospace.at'>JoaK</a> and others! If you have an old/new operation manual or a rare/unusual data sheet, please send it to me(joak(((((a)))))nospace.at)!</h4>  		<input class="search" placeholder="Search" />  	</div>  	<ul class="list"> @@ -19,7 +19,7 @@ middlepart += """  <div id="the-list">  	<div class='header'>  		<h1 class='head'>Operation manuals and data sheets</h1> -		<h4>by <a href='http://joak.nospace.at'>JoaK</a></h4> +		<h4>managed by <a href='http://joak.nospace.at'>JoaK</a> and others! If you have an old/new operation manual or a rare/unusual data sheet, please send it to me(joak(((((a)))))nospace.at)!</h4>  		<input class="search" placeholder="Search" />  	</div>  	<ul class="list">"""  | 
