comparison .cms/man/ru_RU.UTF-8/example.html @ 0:78edf6b517a0 draft

24.10
author Coffee CMS <info@coffee-cms.ru>
date Fri, 11 Oct 2024 22:40:23 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:78edf6b517a0
1 <!doctype html>
2 <html lang="ru">
3
4 <head>
5 <meta charset="utf-8">
6 <title>Заголовок вкладки</title>
7 <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
8 <link rel="stylesheet" href="/man/css/prism.css">
9 <link rel="stylesheet" href="/man/css/styles.css">
10 <style>
11
12 </style>
13 </head>
14 <body>
15 <main>
16
17 <h1>Главный Заголовок</h1>
18
19 <h2>Подзаголовок</h2>
20
21 <p>Пример кода</p>
22
23 <pre class=language-php><code></code></pre>
24
25 </main>
26 <script src=/man/js/prism.js></script>
27 </body>
28 </html>