|
5
|
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>© Me</p></footer>
|
|
|
24 </body>
|
|
|
25 </html> |