Skip to content

Commit 61fdeef

Browse files
committed
Create index.html
1 parent ec95428 commit 61fdeef

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Torsten Schaßan</title>
5+
<meta charset="utf-8"/>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"/>
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
8+
<!--This one seems to work all the time, but really small on ipad-->
9+
<meta name="viewport" content="initial-scale=0.4"/>
10+
<meta name="apple-mobile-web-app-capable" content="yes"/>
11+
<base target="_blank"/> <!-- This amazingness opens all links in a new tab. -->
12+
</head>
13+
<body>
14+
<h1>Torsten Schaßan</h1>
15+
<p><a href="https://orcid.org/0000-0002-8902-4775">https://orcid.org/0000-0002-8902-4775</a></p>
16+
<p>Alle Inhalte soweit nicht anders deklariert <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY 4.0</a></p>
17+
</body>
18+
</html>

0 commit comments

Comments
 (0)