diff options
author | Ivan Davydov <lotigara@lotigara.ru> | 2025-06-24 14:03:34 +0300 |
---|---|---|
committer | Ivan Davydov <lotigara@lotigara.ru> | 2025-06-24 14:03:34 +0300 |
commit | a2e3bec40f5851be70299e7513967a0f5d042bf9 (patch) | |
tree | 5234a58ac93fa6c4752075a5128f183da0725c13 /theme/html/index.html |
Initial commitmaster
Diffstat (limited to 'theme/html/index.html')
-rw-r--r-- | theme/html/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/theme/html/index.html b/theme/html/index.html new file mode 100644 index 0000000..8685a45 --- /dev/null +++ b/theme/html/index.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html class="{{section}}" lang="ru"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></meta> + <meta name="color-scheme" content="dark light"></meta> + + <title>{{title}} - {{s_title}}</title> + <link rel="stylesheet" href="{{s_root}}/_/style.css"> + <body> +{{menu}} +{{page}} + </body> +</html> |