diff options
Diffstat (limited to 'projects/index.html')
| -rw-r--r-- | projects/index.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/projects/index.html b/projects/index.html new file mode 100644 index 0000000..bd4b6d8 --- /dev/null +++ b/projects/index.html | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | <!DOCTYPE html> | ||
| 2 | <html lang="en"> | ||
| 3 | <head> | ||
| 4 | <meta charset="UTF-8" /> | ||
| 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| 7 | |||
| 8 | <script src="/script.js"></script> | ||
| 9 | <link rel="stylesheet" href="/style.css" /> | ||
| 10 | <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> | ||
| 11 | |||
| 12 | <title>Tolmachev Igor</title> | ||
| 13 | </head> | ||
| 14 | |||
| 15 | <body> | ||
| 16 | <nav> | ||
| 17 | <a href="/">/home</a> | ||
| 18 | <a href="/projects" class="current">~/projects</a> | ||
| 19 | <a href="/minecraft">~/minecraft</a> | ||
| 20 | </nav> | ||
| 21 | |||
| 22 | <main> | ||
| 23 | <h1>My projects</h1> | ||
| 24 | I have a few projects, but i'm too lazy to fill out this page. However, | ||
| 25 | you can look at my <a href="/minecraft">minecraft servers</a>. | ||
| 26 | </main> | ||
| 27 | </body> | ||
| 28 | </html> | ||
