Vers. 1.0
This commit is contained in:
+30
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>Links</title>
|
||||
<meta name="description" content="Nützliche Links zu Linus Torvalds, Linux und Git.">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="images/tux.avif">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header class="site-header">
|
||||
<h1>Linus Torvalds</h1>
|
||||
<p class="tagline">Erfinder des Linux-Kernels & Schöpfer von Git</p>
|
||||
<div>
|
||||
<a class="main-link" href="index.html">Hauptseite</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<ul class="links">
|
||||
<li><a href="https://git-scm.com/" target="_blank" rel="noopener">Git — Offizielle Seite</a></li>
|
||||
<li><a href="https://github.com/torvalds" target="_blank" rel="noopener">GitHub — Linus Torvalds</a></li>
|
||||
<li><a href="https://de.wikipedia.org/wiki/Linus_Torvalds" target="_blank" rel="noopener">Wikipedia (DE) — Linus Torvalds</a></li>
|
||||
<li><a href="https://www.kernel.org/" target="_blank" rel="noopener">Kernel.org — Offizielle Linux-Kernel-Website</a></li>
|
||||
</ul>
|
||||
|
||||
<script src="script.js" async defer></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user