summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2023-03-09 22:53:04 +0600
committerGrail Finder <wohilas@gmail.com>2023-03-09 22:53:04 +0600
commit481955c6ba61bb6d415f9a3a963a04931af95696 (patch)
treebcc01f67b5ef1037d830ab0ae173cd8cdcd1f91b /index.html
parent5146dc3cef9aac7ab37d767ebea559ad10d46139 (diff)
Feat: add scripts to generate dynamic data
Diffstat (limited to 'index.html')
-rw-r--r--index.html48
1 files changed, 48 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..1c09e88
--- /dev/null
+++ b/index.html
@@ -0,0 +1,48 @@
+<!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>