Wobbly-Website/downloads.html

53 lines
1.1 KiB
HTML
Raw Normal View History

2023-07-30 18:32:42 +02:00
<!DOCTYPE html>
<html lang="de"><meta charset="utf-8">
<head>
<title>Downloads</title>
2024-10-05 16:39:36 +02:00
<link rel="icon" sizes="192x192" href="profilbild-workbench.png">
2023-07-30 18:32:42 +02:00
2024-10-05 16:39:36 +02:00
<link rel="stylesheet" href="styles.php">
2023-07-30 18:32:42 +02:00
</head>
<body style="background-color: #2e2e2e;">
<div class="background" id="background">
2023-07-30 18:32:42 +02:00
<div class="topnav-placeholder"></div>
2023-07-30 18:32:42 +02:00
<p class="big-text center-text">Downloads</p>
<br>
<br>
2023-07-30 18:32:42 +02:00
<a href="pythonscripts.html" class="normal-link-button" title='Skripte in der Programmiersprache "Python".'>
Pythonskripte
</a>
2023-07-30 18:32:42 +02:00
<a href="merge-box" class="normal-link-button" title="Ein 2D Videospiel">
Merge Box
</a>
2023-07-30 18:32:42 +02:00
<br>
<br>
2023-07-30 18:32:42 +02:00
</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>
2023-07-30 18:32:42 +02:00
</body>
</html>