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