summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html48
1 files changed, 0 insertions, 48 deletions
diff --git a/index.html b/index.html
deleted file mode 100644
index 1c09e88..0000000
--- a/index.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!doctype html>
-
-<head>
- <title>Index page</title>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="style.css">
- <script async src="https://ackee.grailfinder.net/tracker.js" data-ackee-server="https://ackee.grailfinder.net" data-ackee-domain-id="49bb31db-aeb0-47b0-9964-4c9650306394"></script>
-</head>
-
-<body>
-<div id="content">
- <h2>Todays phrase</h2>
- <p id=phrase>Aber jedes einzelne Brett ist dick und sie haben keine Lücken dazwischen, also sieht es gut aus. </p>
- <img src=nessi_generated.jpg alt="some nessi generated image" width=250 height=250></img>
- <p>
- todays_audio.opus <br />
- <audio controls>
- <source src="./todays_audio.opus" type="audio/ogg">
- Your browser does not support the audio element.
- </audio>
- </p>
-
-
- <h2>Site introduction:</h2>
- <p>stories about encountering problems and solving them</p>
-
- <div>
- <h2>Text manipulation</h2>
- <ul>
- <li><a href="text_manipulation/extraction/reasoning.html">Text extraction (from german videoaudiobook "Overlord")</a></li>
- </ul>
- <h2>Audio manipulation</h2>
- <ul>
- <li><a href="audio_related/voice_cloning/reasoning.html">Voice cloning (of youtuberin NesfateLP)</a></li>
- </ul>
-</div>
-
-<div>
- <h2>
- <a href="./contacts.html">
- Contacts
- </a>
- </h2>
-</div>
-
-
-</div>
-</body>