|
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>My Site | Authors</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 current href="/project/docs/index.html">Docs</a></li>
|
|
|
16 <li><a href="/project/about.html">About</a></li>
|
|
|
17 </ul>
|
|
|
18 <ul>
|
|
|
19 <li><a current href="/project/docs/authors.html">Authors</a></li>
|
|
|
20 </ul>
|
|
|
21 </nav>
|
|
|
22 <header><h1>Authors</h1></header>
|
|
|
23 <main><p>Authors of the project</p></main>
|
|
|
24 <footer><p>© Me</p></footer>
|
|
|
25 </body>
|
|
|
26 </html> |