Wobbly-Website/pythonscripts.html
2023-07-30 18:32:42 +02:00

68 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html lang="de"><meta charset="utf-8">
<head>
<title>Pythonskripte</title>
<link rel="icon" sizes="192x192" href="profilbild-workbench.png">
<link rel="stylesheet" href="styles.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script type="text/javascript" src="script.js"></script>
</head>
<body style="background-color: #2e2e2e";>
<div class="background">
<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-inactive" href="downloads.html" title="Downloads">Downloads</a>
<a class="topnav-inactive" href="bla" title="Text!">Bla</a>
</div>
<dl>
<dt class="normal-list">
<a href="https://i21k.de/emil/files/python/PyBrow" class="normal-link">* PyBrow</a>
</dt>
<dd class="normal-text">
- Ein Webbrowser mit Python programmiert.
<br>
Downloaded eine Version aber mit den Settings und Icon.
</dd>
<dt class="normal-list">
<a href="https://i21k.de/emil/files/python/winke-winke.py" class="normal-link">* Python Animation Test</a>
</dt>
<dd class="normal-text">
- Ein kleiner Test einer Terminalanimation.
</dd>
<dt class="normal-list">
<a href="https://i21k.de/emil/files/python/ematrix/" class="normal-link">* EMatrix</a>
</dt>
<dd class="normal-text">
- Eine kleine einfache Matrix.
<br>
Downloaded eine Version aber ab der 1.1 mit den Settings
</dd>
</dl>
</div>
<script type="text/javascript">
getStringOfPageContent("backgrounds", function(pageContent) {
let backgrounds = getFilesInFolder(pageContent);
randomBackground(backgrounds)
});
</script>
</body>
</html>