summaryrefslogtreecommitdiff
path: root/src/pages/computer-literacy-book-progress.html
blob: 74b135dcf2f65a051f8ea5b97bf300372f6e3ca6 (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
<!DOCTYPE html>
<html class="h-full" lang="ru">

<head>
  <title>Компьютерная безопасность книга</title>
  <link rel="icon" href="/assets/icons/logo.svg" type="image/svg+xml">
  <!-- OG -->
  <meta property="og:title" content="TODO" />
  <meta property="og:description" content="TODO" />
  <meta property="og:image" content="TODO" />
  <meta property="og:url" content="https://mnik01-blog.mlibren.com" />
  <meta property="og:type" content="website" />
  <!-- OG -->

  <meta charset="UTF-8">
  
  <link href="/main.css" rel="stylesheet">
  <meta name="viewport" content="width=device-width, initial-scale=1">
</head>

<body class="relative">
    <div class="fixed top-0 translate-x-12 translate-y-10 z-40 right-0">
        <span class="font-bold text-black rotate-45 w-[200px] text-center block bg-yellow-400">В разработке</span>
    </div>
    <!-- %include.header% -->
    <main>
        <div class="py-12 mx-auto container max-sm:px-5">
            <h1 class="text-3xl mb-4 font-medium font-serif">Компьюетрная грамотность</h1>
            <p>TODO</p>
            <a class="mt-4 underline underline-offset-6 decoration-yellow-500 decoration-[0.07rem] decoration-wavy first-letter:capitalize block" href="/">← На главную</a>
        </div>
        <!-- %include.common-section% -->
    </main>
    <!-- %include.footer% -->
</body>

</html>