comparison out/project/about.html @ 5:125e599b1217

agbubu
author Atarwn Gard <a@qwa.su>
date Tue, 17 Mar 2026 22:18:02 +0500
parents
children
comparison
equal deleted inserted replaced
4:ce2b6dde4c10 5:125e599b1217
1 <!DOCTYPE html>
2 <html lang="ru">
3 <head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1">
6 <title>My Site | About my Project</title>
7 <link rel="stylesheet" href="/x.css">
8 </head>
9 <body>
10 <nav><ul>
11 <li><a href="/index.html">Home</a></li>
12 <li><a current href="/project/index.html">Project</a></li>
13 </ul>
14 <ul>
15 <li><a href="/project/docs/index.html">Docs</a></li>
16 <li><a current href="/project/about.html">About</a></li>
17 </ul>
18 </nav>
19 <header><h1>About my Project</h1></header>
20 <main><p>Information about my project</p></main>
21 <footer><p>&copy; Me</p></footer>
22 </body>
23 </html>