Added all Files
This commit is contained in:
commit
746437ff9d
205 changed files with 5949 additions and 0 deletions
68
pythonscripts.html
Normal file
68
pythonscripts.html
Normal file
|
@ -0,0 +1,68 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue