summaryrefslogtreecommitdiff
path: root/src/pages/computer-literacy-book-progress.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/computer-literacy-book-progress.html')
-rw-r--r--src/pages/computer-literacy-book-progress.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/pages/computer-literacy-book-progress.html b/src/pages/computer-literacy-book-progress.html
new file mode 100644
index 0000000..e019943
--- /dev/null
+++ b/src/pages/computer-literacy-book-progress.html
@@ -0,0 +1,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">
+ <!-- TODO: replace with static css -->
+ <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
+ <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> \ No newline at end of file