-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 1.18 KB
/
index.html
File metadata and controls
33 lines (33 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<title>h2co3</title>
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<meta name="theme-color" content="Canvas">
<link rel="stylesheet" href="index.css">
</head>
<header>
<l style="font-size: 9pt">
pl_PL / en_GB
<l style="float: right">nothing here yet…</l>
</l><br>
<a href="index.html">
<picture>
<source srcset="bannerd.jpg" media="(prefers-color-scheme: dark)"/>
<img src="bannerl.jpg" alt="Website banner" width="800" height="300" style="margin-bottom: 0.5cm"/>
</picture>
</a>
</header>
<footer style="max-width: 800px;margin: 1cm auto 1cm; text-align: center;">
<l style="font-size: 8pt;">
<a href="https://blog.kohlensau.re">blog</a>
<a href="https://www.last.fm/user/ketoprofenum">last.fm</a>
<a href="https://twitter.com/ROUNDMDNGHT">twitter</a>
<a href="https://discord.gg/MVPExG93">discord</a>
<a href="mailto:contact@kohlensau.re">mail</a><br>
No rights reserved. kohlensäure MMXXVI
</l>
</footer>
</html>