Added halloween backgrounds.
This commit is contained in:
parent
17bc1ea575
commit
f0eaf6a1ea
9 changed files with 65 additions and 47 deletions
|
@ -16,43 +16,38 @@
|
|||
|
||||
<body style="background-color: #2e2e2e;">
|
||||
|
||||
<div class="background">
|
||||
<div class="background" id="background">
|
||||
|
||||
<div class="topnav-placeholder"></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>
|
||||
<p>
|
||||
<a href="https://i21k.de/emil/files/python/PyBrow">* PyBrow</a>
|
||||
</p>
|
||||
<p>
|
||||
- Ein Webbrowser mit Python programmiert.
|
||||
<br>
|
||||
Downloaded eine Version aber mit den Settings und Icon.
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://i21k.de/emil/files/python/winke-winke.py">* Python Animation Test</a>
|
||||
</p>
|
||||
<p>
|
||||
- Ein kleiner Test einer Terminalanimation.
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://i21k.de/emil/files/python/ematrix/">* EMatrix</a>
|
||||
</p>
|
||||
<p>
|
||||
- Eine kleine einfache Matrix.
|
||||
<br>
|
||||
Downloaded eine Version aber ab der 1.1 mit den Settings
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
getStringOfPageContent("backgrounds", function(pageContent) {
|
||||
let backgrounds = getFilesInFolder(pageContent);
|
||||
randomBackground(backgrounds)
|
||||
});
|
||||
</script>
|
||||
setBackground();
|
||||
</script>
|
||||
|
||||
<div class="topnav-companion"></div>
|
||||
<div style="font-family:ubuntu;" class="topnav">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue