Wobbly-Website/downloads.html

59 lines
1.3 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>
2023-07-30 18:32:42 +02:00
<link rel="icon" sizes="192x192" href="profilbild-workbench.png">
<link rel="stylesheet" href="styles.css">
2023-07-30 18:32:42 +02:00
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script type="text/javascript" src="script.js"></script>
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>
<script type="text/javascript">
2023-10-24 19:40:17 +02:00
setBackground();
2023-07-30 18:32:42 +02:00
</script>
<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>