doc: affero gpl license and link to sourc code
This commit is contained in:
@@ -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