summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--site.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 72e7acd..d210c6c 100644
--- a/index.html
+++ b/index.html
@@ -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">
diff --git a/site.py b/site.py
index a31d17b..cdff3b3 100644
--- a/site.py
+++ b/site.py
@@ -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">"""