29 lines
825 B
HTML
29 lines
825 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>Jan.su</title>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="description" content="Personal website of Jan Jastrow" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
|
||
|
<link rel="manifest" href="site.webmanifest" />
|
||
|
<link rel="apple-touch-icon" href="icon.png" />
|
||
|
<!-- Place favicon.ico in the root directory -->
|
||
|
|
||
|
<link rel="stylesheet" href="css/normalize.css" />
|
||
|
<link rel="stylesheet" href="css/main.css" />
|
||
|
|
||
|
<meta name="theme-color" content="#4F82A3" />
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1>Jan.su</h1>
|
||
|
<ul>
|
||
|
<li><a rel="me" href="https://chaos.social/@jan_j">Mastodon</a></li>
|
||
|
<li><a rel="me" href="https://twitter.com/Gehirnfussel">Twitter</a></li>
|
||
|
<li><a href="https://jan.jastrow.me/blog/">Blog</a></li>
|
||
|
</ul>
|
||
|
</body>
|
||
|
</html>
|
||
|
|