📝 update copyright info and link to license and source on important pages
parent
d3bd1a78c5
commit
9f4c26a8b6
|
@ -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
|
PTTH is licensed under the
|
||||||
[GNU AGPLv3](https://www.gnu.org/licenses/agpl-3.0.html)
|
[GNU AGPLv3](https://www.gnu.org/licenses/agpl-3.0.html)
|
||||||
|
|
||||||
Copyright 2020 "Trish"
|
Copyright 2020-2021 "Trish"
|
||||||
|
|
|
@ -14,6 +14,10 @@
|
||||||
.entry_list div:nth-child(odd) {
|
.entry_list div:nth-child(odd) {
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
}
|
}
|
||||||
|
.fine {
|
||||||
|
color: #444;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<title>PTTH relay</title>
|
<title>PTTH relay</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -33,5 +37,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<p class="fine">
|
||||||
|
Rendered by PTTH relay server.
|
||||||
|
Copyright 2020-2021 "Trish" ReactorScram. Licensed under the
|
||||||
|
<a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU AGPLv3.</a>
|
||||||
|
<a href="https://six-five-six-four.com/git/reactor/ptth">Download source code</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -95,6 +95,13 @@ Git version: {{git_version}}
|
||||||
{{else}}
|
{{else}}
|
||||||
Not built from Git
|
Not built from Git
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Rendered by PTTH relay server.
|
||||||
|
Copyright 2020-2021 "Trish" ReactorScram. Licensed under the
|
||||||
|
<a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU AGPLv3.</a>
|
||||||
|
<a href="https://six-five-six-four.com/git/reactor/ptth">Download source code</a>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -27,6 +27,10 @@ AIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAA" rel="icon" type="image/x-icon" />
|
||||||
|
|
||||||
transition: var(--dark-mode-transition);
|
transition: var(--dark-mode-transition);
|
||||||
}
|
}
|
||||||
|
.fine {
|
||||||
|
color: #444;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
.light_switch {
|
.light_switch {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -40,7 +44,7 @@ AIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAA" rel="icon" type="image/x-icon" />
|
||||||
.light_switch_label::before {
|
.light_switch_label::before {
|
||||||
content: "[ ] ";
|
content: "[ ] ";
|
||||||
}
|
}
|
||||||
a {
|
.app a {
|
||||||
color: var(--main-link-color);
|
color: var(--main-link-color);
|
||||||
transition: var(--dark-mode-transition);
|
transition: var(--dark-mode-transition);
|
||||||
}
|
}
|
||||||
|
@ -122,6 +126,15 @@ AIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAA" rel="icon" type="image/x-icon" />
|
||||||
|
|
||||||
<!-- Doesn't work perfectly yet -->
|
<!-- Doesn't work perfectly yet -->
|
||||||
<!--<label for="light_switch" class="light_switch_label">Dark mode</label>-->
|
<!--<label for="light_switch" class="light_switch_label">Dark mode</label>-->
|
||||||
</page>
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<p class="fine">
|
||||||
|
Rendered by PTTH end server.
|
||||||
|
Copyright 2020-2021 "Trish" ReactorScram. Licensed under the
|
||||||
|
<a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU AGPLv3.</a>
|
||||||
|
<a href="https://six-five-six-four.com/git/reactor/ptth">Download source code</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -15,6 +15,10 @@
|
||||||
.entry_list div:nth-child(even) {
|
.entry_list div:nth-child(even) {
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
}
|
}
|
||||||
|
.fine {
|
||||||
|
color: #444;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<title>{{metrics_startup.server_name}}</title>
|
<title>{{metrics_startup.server_name}}</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -36,5 +40,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<p class="fine">
|
||||||
|
Rendered by PTTH end server.
|
||||||
|
Copyright 2020-2021 "Trish" ReactorScram. Licensed under the
|
||||||
|
<a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU AGPLv3.</a>
|
||||||
|
<a href="https://six-five-six-four.com/git/reactor/ptth">Download source code</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue