diff options
| author | Jad <[email protected]> | 2020-08-04 08:44:19 +0000 |
|---|---|---|
| committer | Jad <[email protected]> | 2020-08-04 08:44:19 +0000 |
| commit | fd010096c14ba0d9d42eb5398c9ce91d8b65ad59 (patch) | |
| tree | 0606cce3fcb42817567f2982d11e9025cedf5ec5 | |
| parent | feat: add favicon (diff) | |
| download | counter-fd010096c14ba0d9d42eb5398c9ce91d8b65ad59.tar.xz counter-fd010096c14ba0d9d42eb5398c9ce91d8b65ad59.zip | |
docs: update index template
| -rw-r--r-- | count.db | bin | 20480 -> 20480 bytes | |||
| -rw-r--r-- | views/index.pug | 4 |
2 files changed, 3 insertions, 1 deletions
| Binary files differ diff --git a/views/index.pug b/views/index.pug index 5e2c559..c3a6718 100644 --- a/views/index.pug +++ b/views/index.pug @@ -27,10 +27,12 @@ html h3 Credits ul li - a(href='https://repl.it/') repl.it + a(href='https://repl.it/', target='_blank', rel='nofollow') repl.it li a(href='javascript:alert("!!! NSFW LINK !!!\\nPlease enter the url manually")') konachan.com | NSFW + li + a(href='https://icons8.com/icons/set/star', target='_blank', rel='nofollow') Icons8 h3 Tool .tool |