Improve copyright notice

This commit is contained in:
L3D 2023-11-01 23:13:36 +01:00
parent eda792a0d4
commit b9a50d2a68
No known key found for this signature in database
GPG key ID: AD65B920933B4B20
2 changed files with 43 additions and 3 deletions

View file

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<!-- (C) 2023 by L3D <l3d@c3woc.de> - MIT License -->
{% if alt %}
<html lang="{{ alt }}">
{% else %}
<html>
{% endif %}
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

View file

@ -1,13 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<!-- (C) 2023 by L3D <l3d@c3woc.de> - MIT License -->
{% if alt %}
<html lang="{{ alt }}">
{% else %}
<html>
{% endif %}
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>{{ this.title }}</title>
<link href="{{ '/static/fork-awesome/css/fork-awesome.min.css'|asseturl }}" rel="stylesheet" type="text/css">
<meta name="robots" content="noindex">
<link rel="stylesheet" href="{{ '/css/root_index.css'|asseturl }}" rel="stylesheet" type="text/css">
<link href="{{ '/css/root_index.css'|asseturl }}" rel="stylesheet" type="text/css">
<script src="/config.js"></script>
<meta name="author" content="L3D">
</head>
<body>
<h1 class="header">{{ this.title }}</h1>
@ -21,9 +27,38 @@
<span class="fa fa-hand-o-right bullet"></span><b>HTML5 InfoBeamer "Vortragssaal":</b><a class="infopoint" href="/schedule-vortragssaal/">/schedule-vortragssaal/</a>
</li>
</ul>
<footer>
<small>&copy; {{ none|datetimeformat('YYYY') }} L3D <a href="https://winkekatze.tv">winkekatze.tv</a></small>
</footer>
</div>
<script src="{{ '/js/luxon/luxon.min.js' | asseturl }}"></script>
<script src="{{ '/js/preact/preact.min.js' | asseturl }}"></script>
<script src="{{ '/js/htm/htm.js' | asseturl }}"></script>
</body>
</html>
<!-- __ _____ _
/ \__..-""" ;-.",'/
( / \_ `.' / `.
| | ) `;. ,' / \ \
( '. /___/_j_ / ) | )
'\ / __\``::'/__' |
|\_ ( / .-| |-.| `-,|
.| ( \ ( (W♥| \♥)j '
..-"""-, .|' ', \_\_`_| ``-.
.-` ..::. `, |, ._:7 \__/
,' .:::'':::. \ |:'. \ ______.-'
.' .::' ':: :._______| \ \ `"7 /
/ ./:' ,.-'''>-' ' `.`.._/ (
- :/:' | / ╱▔╲╱▔╲ `. `._/ \
| :::' .' | ▏WAF ▕ `-_./ |
.' ||| .' | ╲ FEL |
| ||| | | ╲ |
| ':|| '. / \ ╲╱ / \__/
| . ||| |.-"' | /-,_______\ \
|/| ||| | _/ / | |\ \
` ) '::. '. / / | | `-., \
\ ||| | | | | | / )
`. ||| | _/| | | | ( |
`::|| | | | | | \ |
`-._| | \ | \ `.___/
\_______) \_______) C3WOC-->