doc: affero gpl license and link to sourc code

This commit is contained in:
efim
2023-11-25 15:10:43 +00:00
parent cc3dcffcd1
commit 31e3f06f3b
5 changed files with 681 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@@ -578,6 +578,10 @@ video {
height: 80%;
}
.h-8 {
height: 2rem;
}
.h-\[var\(--brick-height\)\] {
height: var(--brick-height);
}

View File

@@ -19,9 +19,12 @@
<!-- Place favicon.ico in the root directory -->
</head>
<body class="flex flex-col h-screen" hx-boost="true">
<nav class="bg-yellow-200 flex-none h-14">
{{if .Header.Title}} Room name: "{{.Header.Title}}"{{end}}
<a class="bg-white border-2 rounded py-1 px-2" href="/logout">Logout</a>
<nav class="bg-yellow-200 flex-none h-14 flex flex-row">
<p>{{if .Header.Title}} Room name: "{{.Header.Title}}"{{end}}</p>
<a href="https://git.sunshine.industries/efim/some-automoderation">
<img src="/static/images/agplv3-with-text-100x42.png" alt="AGPLv3 Free as in Freedom" title="Link to source code of this program, as required by AGPLv3" />
</a>
<a class="bg-white border-2 rounded py-1 px-2 h-8" href="/logout">Logout</a>
</nav>
<!--[if lt IE 8]>
<p class="browserupgrade">