diff options
author | JoaK <joak@nospace.at> | 2016-07-20 20:06:00 +0200 |
---|---|---|
committer | JoaK <joak@nospace.at> | 2016-07-20 20:06:00 +0200 |
commit | 902dd60e97826bb2531235993feb017c722c70fe (patch) | |
tree | 8e3928e3db33c04720dc2827f7312c0b0e008c3b | |
parent | 2d47d803f8a68edc61d08b973b76b685a98e8a69 (diff) |
changed header
-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">""" |