Added all Files
This commit is contained in:
commit
9fe8dfec49
81 changed files with 1135 additions and 0 deletions
53
index.html
Normal file
53
index.html
Normal file
|
@ -0,0 +1,53 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="de"><meta charset="utf-8">
|
||||
|
||||
|
||||
<head>
|
||||
|
||||
<title>EKNr1 Startseite</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" id="background">
|
||||
|
||||
<div class="topnav">
|
||||
|
||||
<a class="topnav-active" 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>
|
||||
|
||||
<p class="big-text">Willkommen auf meiner Website!</p>
|
||||
<p class="normal-text">
|
||||
Schreibt Verbesserungsvorschläge bitte an meine E-Mail:
|
||||
<a id="mail-addr" class="normal-link" href="mailto:emil@i21k.de" title="Einfach draufklicken und warten bis sich das Mailprogramm öffnet.">emil@i21k.de</a>
|
||||
<a class="normal-text background-text" href="javascript:copyText('emil@i21k.de');" title="Mailadresse kopieren">Copy!</a>
|
||||
<br>
|
||||
oder schreibt sie in meinen
|
||||
<a class="normal-link" href ="https://discord.com/invite/8htpyBfdan" target="_blank" title="Mein Discord-Server">Discord-Server</a>.
|
||||
</p>
|
||||
|
||||
</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