You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
825 B
28 lines
825 B
<!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> |
|
|
|
|