Improve copyright notice
This commit is contained in:
parent
eda792a0d4
commit
b9a50d2a68
2 changed files with 43 additions and 3 deletions
|
@ -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">
|
||||
|
|
|
@ -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>© {{ 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-->
|
||||
|
|
Loading…
Reference in a new issue