comparison out/project/docs/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>About</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>
13 <ul>
14 <li><a current href="/project/about.html">About</a></li>
15 </ul>
16 </li>
17 </ul>
18 </nav>
19 <header><h1>My Site</h1></header>
20 <main><h1 id="about-my-project">About my Project</h1>
21 <p>Information about my project</p>
22 </main>
23 <footer><p>&copy; Me</p></footer>
24 </body>
25 </html>