summaryrefslogtreecommitdiff
path: root/public/templates/page/speech.html
diff options
context:
space:
mode:
authorAbdellah El Morabit <nsrddyn@gmail.com>2024-11-29 13:24:16 +0100
committerAbdellah El Morabit <nsrddyn@gmail.com>2024-11-29 13:24:16 +0100
commitfdd3b103bb209045123693cd60149b951c7b2be8 (patch)
tree1019543e2db0ec535f9a76c9f8527fa0ef299caa /public/templates/page/speech.html
parent446f3d4742f88b09c85e83e96f6505cd3f6302c5 (diff)
rewritten the source of the application
Diffstat (limited to 'public/templates/page/speech.html')
-rw-r--r--public/templates/page/speech.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/public/templates/page/speech.html b/public/templates/page/speech.html
new file mode 100644
index 0000000..1b345ba
--- /dev/null
+++ b/public/templates/page/speech.html
@@ -0,0 +1,29 @@
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 &copy;
25 2024.</p>
26 </footer>
27</body>
28
29</html> \ No newline at end of file