diff options
| author | nasrlol <nsrddyn@gmail.com> | 2024-11-27 00:54:43 +0100 |
|---|---|---|
| committer | nasrlol <nsrddyn@gmail.com> | 2024-11-27 00:54:43 +0100 |
| commit | df6d2c51b15d55a30b8515de637aa7af490b2d95 (patch) | |
| tree | 25afa36b2be61783997eb59633e9c7e4aff438b7 /templates/index.html | |
| parent | 4e86a2ee9f5578cbaae6cc7dd52616e3e3751764 (diff) | |
small modifications to the file system
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/templates/index.html b/templates/index.html deleted file mode 100644 index 5436dbd..0000000 --- a/templates/index.html +++ /dev/null | |||
| @@ -1,37 +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>CONSOLE</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>I2C MODES</h2> | ||
| 16 | <a href="https://www.github.com/nasrlol" target="_blank">GITHUB</a> | ||
| 17 | </nav> | ||
| 18 | |||
| 19 | <section class="controls"> | ||
| 20 | <a href="page/overview.html" class="resources">Resources</a> | ||
| 21 | <a href="page/notes.html" class="speech_trans">Speech Transcriber</a> | ||
| 22 | <a href="page/recourses.html" class="notes">Display a Message</a> | ||
| 23 | <a href="page/speech.html" class="general">General Tools</a> | ||
| 24 | </section> | ||
| 25 | <section> | ||
| 26 | <p>This is the main control center for the I2C deivce. You can find | ||
| 27 | the main code and information about the project under my <a href="https://github.com/nasrlol">GITHUB</a></p> | ||
| 28 | |||
| 29 | </section> | ||
| 30 | |||
| 31 | <footer> | ||
| 32 | <p>Created by <a href="https://www.github.com/nasrlol" target="_blank">nsrddyn</a>. All rights reserved © | ||
| 33 | 2024.</p> | ||
| 34 | </footer> | ||
| 35 | </body> | ||
| 36 | |||
| 37 | </html> | ||
