diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-29 13:24:16 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-29 13:24:16 +0100 |
| commit | fdd3b103bb209045123693cd60149b951c7b2be8 (patch) | |
| tree | 1019543e2db0ec535f9a76c9f8527fa0ef299caa /templates/page | |
| parent | 446f3d4742f88b09c85e83e96f6505cd3f6302c5 (diff) | |
rewritten the source of the application
Diffstat (limited to 'templates/page')
| -rw-r--r-- | templates/page/notes.html | 24 | ||||
| -rw-r--r-- | templates/page/overview.html | 29 | ||||
| -rw-r--r-- | templates/page/recourses.html | 29 | ||||
| -rw-r--r-- | templates/page/speech.html | 29 |
4 files changed, 0 insertions, 111 deletions
diff --git a/templates/page/notes.html b/templates/page/notes.html deleted file mode 100644 index 3f24816..0000000 --- a/templates/page/notes.html +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | <!DOCTYPE html> | ||
| 2 | <html lang="en"> | ||
| 3 | |||
| 4 | <head> | ||
| 5 | <meta charset="UTF-8"> | ||
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| 7 | <title>Display a Message</title> | ||
| 8 | <link rel="stylesheet" href="../static/styles.css"> | ||
| 9 | <script src="../static/main.mjs" defer></script> | ||
| 10 | </head> | ||
| 11 | |||
| 12 | <body> | ||
| 13 | <nav class="navigation"> | ||
| 14 | <a href="../index.html" class="home">HOME</a> | ||
| 15 | <h2>Display a Message</h2> | ||
| 16 | <a href="https://www.github.com/nasrlol" target="_blank">GITHUB</a> | ||
| 17 | </nav> | ||
| 18 | |||
| 19 | <section class="content"> | ||
| 20 | <h1>Display a Message</h1> | ||
| 21 | </section> | ||
| 22 | |||
| 23 | <footer> | ||
| 24 | <p>Created by <a href="https://www.github.com/nasrlol" target="_blank">nsrddyn</a>. All \ No newline at end of file | ||
diff --git a/templates/page/overview.html b/templates/page/overview.html deleted file mode 100644 index 123bf39..0000000 --- a/templates/page/overview.html +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | <!DOCTYPE html> | ||
| 2 | <html lang="en"> | ||
| 3 | |||
| 4 | <head> | ||
| 5 | <meta charset="UTF-8"> | ||
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| 7 | <title>General Tools</title> | ||
| 8 | <link rel="stylesheet" href="../static/styles.css"> | ||
| 9 | <script src="../static/main.mjs" defer></script> | ||
| 10 | </head> | ||
| 11 | |||
| 12 | <body> | ||
| 13 | <nav class="navigation"> | ||
| 14 | <a href="../index.html" class="home">HOME</a> | ||
| 15 | <h2>General Tools</h2> | ||
| 16 | <a href="https://www.github.com/nasrlol" target="_blank">GITHUB</a> | ||
| 17 | </nav> | ||
| 18 | |||
| 19 | <section class="content"> | ||
| 20 | <h1>General Tools</h1> | ||
| 21 | </section> | ||
| 22 | |||
| 23 | <footer> | ||
| 24 | <p>Created by <a href="https://www.github.com/nasrlol" target="_blank">nsrddyn</a>. All rights reserved © | ||
| 25 | 2024.</p> | ||
| 26 | </footer> | ||
| 27 | </body> | ||
| 28 | |||
| 29 | </html> \ No newline at end of file | ||
diff --git a/templates/page/recourses.html b/templates/page/recourses.html deleted file mode 100644 index 992e44e..0000000 --- a/templates/page/recourses.html +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | <!DOCTYPE html> | ||
| 2 | <html lang="en"> | ||
| 3 | |||
| 4 | <head> | ||
| 5 | <meta charset="UTF-8"> | ||
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| 7 | <title>Resources</title> | ||
| 8 | <link rel="stylesheet" href="../static/styles.css"> | ||
| 9 | <script src="../static/main.mjs" defer></script> | ||
| 10 | </head> | ||
| 11 | |||
| 12 | <body> | ||
| 13 | <nav class="navigation"> | ||
| 14 | <a href="../index.html" class="home">HOME</a> | ||
| 15 | <h2>Resources</h2> | ||
| 16 | <a href="https://www.github.com/nasrlol" target="_blank">GITHUB</a> | ||
| 17 | </nav> | ||
| 18 | |||
| 19 | <section class="content"> | ||
| 20 | <h1>Resources</h1> | ||
| 21 | </section> | ||
| 22 | |||
| 23 | <footer> | ||
| 24 | <p>Created by <a href="https://www.github.com/nasrlol" target="_blank">nsrddyn</a>. All rights reserved © | ||
| 25 | 2024.</p> | ||
| 26 | </footer> | ||
| 27 | </body> | ||
| 28 | |||
| 29 | </html> \ No newline at end of file | ||
diff --git a/templates/page/speech.html b/templates/page/speech.html deleted file mode 100644 index 1b345ba..0000000 --- a/templates/page/speech.html +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | <!DOCTYPE html> | ||
| 2 | <html lang="en"> | ||
| 3 | |||
| 4 | <head> | ||
| 5 | <meta charset="UTF-8"> | ||
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| 7 | <title>Speech Transcriber</title> | ||
| 8 | <link rel="stylesheet" href="../static/styles.css"> | ||
| 9 | <script src="../static/main.mjs" defer></script> | ||
| 10 | </head> | ||
| 11 | |||
| 12 | <body> | ||
| 13 | <nav class="navigation"> | ||
| 14 | <a href="../index.html" class="home">HOME</a> | ||
| 15 | <h2>Speech Transcriber</h2> | ||
| 16 | <a href="https://www.github.com/nasrlol" target="_blank">GITHUB</a> | ||
| 17 | </nav> | ||
| 18 | |||
| 19 | <section class="content"> | ||
| 20 | <h1>Speech Transcriber</h1> | ||
| 21 | </section> | ||
| 22 | |||
| 23 | <footer> | ||
| 24 | <p>Created by <a href="https://www.github.com/nasrlol" target="_blank">nsrddyn</a>. All rights reserved © | ||
| 25 | 2024.</p> | ||
| 26 | </footer> | ||
| 27 | </body> | ||
| 28 | |||
| 29 | </html> \ No newline at end of file | ||
