summaryrefslogtreecommitdiff
path: root/webGUI/pages/speech.html
diff options
context:
space:
mode:
Diffstat (limited to 'webGUI/pages/speech.html')
-rw-r--r--webGUI/pages/speech.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/webGUI/pages/speech.html b/webGUI/pages/speech.html
new file mode 100644
index 0000000..2c1a848
--- /dev/null
+++ b/webGUI/pages/speech.html
@@ -0,0 +1,30 @@
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="../styles.css">
9 <script src="main.js" defer></script>
10
11</head>
12
13<body>
14 <nav class="navigation">
15 <a href="../index.html" class="home">HOME</a>
16 <h2>Speech Transcriber</h2>
17 <a href="https://www.github.com/nasrlol" target="_blank">GITHUB</a>
18 </nav>
19
20 <section class="content">
21 <h1>Speech Transcriber</h1>
22 </section>
23
24 <footer>
25 <p>Created by <a href="https://www.github.com/nasrlol" target="_blank">nsrddyn</a>. All rights reserved &copy;
26 2024.</p>
27 </footer>
28</body>
29
30</html> \ No newline at end of file