doc: affero gpl license and link to sourc code
This commit is contained in:
BIN
routes/static/images/agplv3-with-text-100x42.png
Normal file
BIN
routes/static/images/agplv3-with-text-100x42.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
@@ -578,6 +578,10 @@ video {
|
||||
height: 80%;
|
||||
}
|
||||
|
||||
.h-8 {
|
||||
height: 2rem;
|
||||
}
|
||||
|
||||
.h-\[var\(--brick-height\)\] {
|
||||
height: var(--brick-height);
|
||||
}
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user