aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
blob: 7280e74ae774fe88099b84d82cac5ece0e8757cb (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!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="/" class="current">/home</a>
      <a href="/projects">~/projects</a>
      <a href="/minecraft">~/minecraft</a>
    </nav>

    <main>
      <h1>
        Welcome to
        <a href="https://codeberg.org/igorechek06/pages">my page</a>
      </h1>

      <h2>About me</h2>
      I'm to lazy, sorry :(

      <h2>Socials</h2>
      <ul>
        <li>
          Codeberg
          <a href="https://codeberg.org/igorechek06">
            https://codeberg.org/igorechek06
          </a>
        </li>
        <li>
          Telegram
          <a href="https://t.me/igorechek06">https://t.me/igorechek06</a>
        </li>
        <li>
          Mail
          <a href="mailto://me@igorek.dev">me@igorek.dev</a>
        </li>
        <li>
          Donation
          <a href="https://www.tinkoff.ru/cf/7b1BECoPBzn">https://tinkoff.ru</a>
        </li>
      </ul>
    </main>
  </body>
</html>