diff options
Diffstat (limited to 'templates/page/speech.html')
| -rw-r--r-- | templates/page/speech.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/templates/page/speech.html b/templates/page/speech.html new file mode 100644 index 0000000..1b345ba --- /dev/null +++ b/templates/page/speech.html @@ -0,0 +1,29 @@ +<!DOCTYPE html> +<html lang="en"> + +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Speech Transcriber</title> + <link rel="stylesheet" href="../static/styles.css"> + <script src="../static/main.mjs" defer></script> +</head> + +<body> + <nav class="navigation"> + <a href="../index.html" class="home">HOME</a> + <h2>Speech Transcriber</h2> + <a href="https://www.github.com/nasrlol" target="_blank">GITHUB</a> + </nav> + + <section class="content"> + <h1>Speech Transcriber</h1> + </section> + + <footer> + <p>Created by <a href="https://www.github.com/nasrlol" target="_blank">nsrddyn</a>. All rights reserved © + 2024.</p> + </footer> +</body> + +</html>
\ No newline at end of file |
