fill with link to gitea platform
This commit is contained in:
parent
99d15fe730
commit
6a648861c2
20
index.html
20
index.html
|
|
@ -1,12 +1,28 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Benjamin’s Personal Website</title>
|
<title>Benjamin’s Website</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>Test</h1>
|
<nav>
|
||||||
|
<ul>
|
||||||
|
<li>Curriculum vitae</li>
|
||||||
|
<li><a href="https://benjamin.stadlbauer.wien/git/">Projects</a></li>
|
||||||
|
<li>Photography</li>
|
||||||
|
<li>Tutoring</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
<main>
|
||||||
|
<h1>Benjamin’s Website</h1>
|
||||||
|
<p>Welcome to my website. It is still under construction, the only working link is <a
|
||||||
|
href="https://benjamin.stadlbauer.wien/git/">Projects</a>, which points to my self-hosted <a
|
||||||
|
href="https://gitea.io/">Gitea</a> platform.</p>
|
||||||
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue