diff options
author | Grail Finder <wohilas@gmail.com> | 2023-03-10 21:25:13 +0600 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2023-03-10 21:25:13 +0600 |
commit | 0e4a30f9b954abbd6f33d8243f30402c2a71b4a0 (patch) | |
tree | a626602b0fdf5214536878aefaa25e5ac5c512ce /index.html | |
parent | 481955c6ba61bb6d415f9a3a963a04931af95696 (diff) |
Feat: make a working chain of scripts
cronjob works, but demands fullpaths everywhere
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 48 |
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> |