Skip to content

Commit

Permalink
cleaned up repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jehovahsays committed Jun 19, 2024
1 parent 6cf5130 commit 6104b1b
Show file tree
Hide file tree
Showing 613 changed files with 10 additions and 311,556 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ fix what you find was incorrect.<br>
if you know how to fix it just fix it.<br>
if file exsist php api rest shows link to file.<br>
if file does not exist php api rest creates the file and link.<br>
i added text to speech back onto the website.<br>
i added the delete button back to the website.<br>
i removed text to speech from the website.<br>
i added a delete button at bottom of every page a user creates.<br>
<br>
welcome to:<br>
<H3>manual</H3><br>
Expand Down
13 changes: 4 additions & 9 deletions action.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,13 @@
. "\""
. "></span>"
. "</button>"
. "<a class="
. "<a class="
. "\""
. "navbar-brand"
. "\""
. "\""
. "href="
. "\""
. "./"
. $value
. ".html"
. "./solution.html"
. "\""
. ">"
. $value
Expand Down Expand Up @@ -235,10 +233,7 @@
. "\""
. ">delete this page</a>"
. "</center>"
. "<script> var msg = new SpeechSynthesisUtterance('"
. $value
. "'); window.speechSynthesis.speak(msg); </script>"
. "\n"
. "\n"
. "\r\n");
$handle = fopen("./index.html", "a");
fwrite($handle,
Expand Down
108 changes: 0 additions & 108 deletions en/2d.html

This file was deleted.

Loading

0 comments on commit 6104b1b

Please sign in to comment.