Wobbly-Website/downloads.html
2024-10-05 16:39:36 +02:00

52 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="de"><meta charset="utf-8">
<head>
<title>Downloads</title>
<link rel="icon" sizes="192x192" href="profilbild-workbench.png">
<link rel="stylesheet" href="styles.php">
</head>
<body style="background-color: #2e2e2e;">
<div class="background" id="background">
<div class="topnav-placeholder"></div>
<p class="big-text center-text">Downloads</p>
<br>
<br>
<a href="pythonscripts.html" class="normal-link-button" title='Skripte in der Programmiersprache "Python".'>
Pythonskripte
</a>
<a href="merge-box" class="normal-link-button" title="Ein 2D Videospiel">
Merge Box
</a>
<br>
<br>
</div>
<div class="topnav-companion"></div>
<div style="font-family:ubuntu;" class="topnav">
<a class="topnav-inactive" href="https://i21k.de/emil" title="EKNr1 Startseite">Startseite</a>
<a class="topnav-inactive" href="ueber-mich.html" title="Über mich">Über mich</a>
<a class="topnav-active" href="downloads.html" title="Downloads">Downloads</a>
<a class="topnav-inactive" href="bla" title="Text!">Bla</a>
</div>
</body>
</html>