diff options
Diffstat (limited to 'projects/index.html')
| -rw-r--r-- | projects/index.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/projects/index.html b/projects/index.html index b38160e..da866e0 100644 --- a/projects/index.html +++ b/projects/index.html | |||
| @@ -16,13 +16,15 @@ | |||
| 16 | <nav> | 16 | <nav> |
| 17 | <a href="/">/igorechek06</a> | 17 | <a href="/">/igorechek06</a> |
| 18 | <a href="/projects" class="current">~/projects</a> | 18 | <a href="/projects" class="current">~/projects</a> |
| 19 | <a href="/minecraft">~/minecraft</a> | ||
| 20 | </nav> | 19 | </nav> |
| 21 | 20 | ||
| 21 | <!--video2story is a Python tool that enables users | ||
| 22 | to upload long videos to Telegram stories by automatically | ||
| 23 | splitting them into smaller segments. --> | ||
| 24 | |||
| 22 | <main> | 25 | <main> |
| 23 | <h1>My projects</h1> | 26 | <h1>My projects</h1> |
| 24 | I have a few projects, but i'm too lazy to fill out this page. However, | 27 | I have a few projects, but i'm too lazy to fill out this page. |
| 25 | you can look at my <a href="/minecraft">minecraft servers</a>. | ||
| 26 | </main> | 28 | </main> |
| 27 | </body> | 29 | </body> |
| 28 | </html> | 30 | </html> |
