Compare commits
No commits in common. "70bf30e374f7e0be5deac58ca901a0e1cb616839" and "0a863b07138462dbd238b7633dcc9f2f662ea382" have entirely different histories.
70bf30e374
...
0a863b0713
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html>
|
||||||
{{- partial "head.html" . -}}
|
{{- partial "head.html" . -}}
|
||||||
<body>
|
<body>
|
||||||
{{- partial "header.html" . -}}
|
{{- partial "header.html" . -}}
|
||||||
|
@ -8,4 +8,4 @@
|
||||||
</div>
|
</div>
|
||||||
{{- partial "footer.html" . -}}
|
{{- partial "footer.html" . -}}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -3,5 +3,5 @@
|
||||||
<p>Content licensed under <a href="https://creativecommons.org/licenses/by/4.0/deed.en">CC-BY-4.0</a><br/>
|
<p>Content licensed under <a href="https://creativecommons.org/licenses/by/4.0/deed.en">CC-BY-4.0</a><br/>
|
||||||
Code licensed under <a href="https://tldrlegal.com/license/mit-license">MIT</a><br/>
|
Code licensed under <a href="https://tldrlegal.com/license/mit-license">MIT</a><br/>
|
||||||
Source is available on <a href="https://git.nixnet.services/Amolith/secluded">Gitea</a><br/></p>
|
Source is available on <a href="https://git.nixnet.services/Amolith/secluded">Gitea</a><br/></p>
|
||||||
<a href="https://512kb.club"><img alt="Badge for 512 KB Club Green Team status" src="/assets/svgs/green-team.svg" /></a>
|
<a href="https://512kb.club"><img src="/assets/svgs/green-team.svg" /></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue