diff --git a/README.md b/README.md index ebbd3fe..28617be 100644 --- a/README.md +++ b/README.md @@ -226,4 +226,4 @@ For now, either email me (if you know me personally) or make a pull request to a PTTH is licensed under the [GNU AGPLv3](https://www.gnu.org/licenses/agpl-3.0.html) -Copyright 2020 "Trish" +Copyright 2020-2021 "Trish" diff --git a/handlebars/relay/root.hbs b/handlebars/relay/root.hbs index 98391fa..6d21b64 100644 --- a/handlebars/relay/root.hbs +++ b/handlebars/relay/root.hbs @@ -14,6 +14,10 @@ .entry_list div:nth-child(odd) { background-color: #ddd; } + .fine { + color: #444; + font-size: 12px; + } PTTH relay @@ -33,5 +37,12 @@ +

+Rendered by PTTH relay server. +Copyright 2020-2021 "Trish" ReactorScram. Licensed under the +GNU AGPLv3. +Download source code +

+ diff --git a/handlebars/relay/server_list.hbs b/handlebars/relay/server_list.hbs index 04ef3f1..84376a8 100644 --- a/handlebars/relay/server_list.hbs +++ b/handlebars/relay/server_list.hbs @@ -95,6 +95,13 @@ Git version: {{git_version}} {{else}} Not built from Git {{/if}} + +

+Rendered by PTTH relay server. +Copyright 2020-2021 "Trish" ReactorScram. Licensed under the +GNU AGPLv3. +Download source code +

diff --git a/handlebars/server/file_server_dir.html b/handlebars/server/file_server_dir.html index aca7991..857daca 100644 --- a/handlebars/server/file_server_dir.html +++ b/handlebars/server/file_server_dir.html @@ -27,6 +27,10 @@ AIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAA" rel="icon" type="image/x-icon" /> transition: var(--dark-mode-transition); } + .fine { + color: #444; + font-size: 12px; + } .light_switch { display: none; } @@ -40,7 +44,7 @@ AIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAA" rel="icon" type="image/x-icon" /> .light_switch_label::before { content: "[ ] "; } - a { + .app a { color: var(--main-link-color); transition: var(--dark-mode-transition); } @@ -122,6 +126,15 @@ AIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAA" rel="icon" type="image/x-icon" /> - + + + +

+Rendered by PTTH end server. +Copyright 2020-2021 "Trish" ReactorScram. Licensed under the +GNU AGPLv3. +Download source code +

+ diff --git a/handlebars/server/file_server_root.html b/handlebars/server/file_server_root.html index 834e21d..f55aab5 100644 --- a/handlebars/server/file_server_root.html +++ b/handlebars/server/file_server_root.html @@ -15,6 +15,10 @@ .entry_list div:nth-child(even) { background-color: #ddd; } + .fine { + color: #444; + font-size: 12px; + } {{metrics_startup.server_name}} @@ -36,5 +40,12 @@ +

+Rendered by PTTH end server. +Copyright 2020-2021 "Trish" ReactorScram. Licensed under the +GNU AGPLv3. +Download source code +

+