view out/project/docs/index.html @ 5:125e599b1217

agbubu
author Atarwn Gard <a@qwa.su>
date Tue, 17 Mar 2026 22:18:02 +0500
parents
children
line wrap: on
line source

<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>My Site | My Project Documentation</title>
<link rel="stylesheet" href="/x.css"> 
</head>
<body>
<nav><ul>
 <li><a href="/index.html">Home</a></li>
 <li><a current href="/project/index.html">Project</a></li>
</ul>
<ul>
 <li><a current href="/project/docs/index.html">Docs</a></li>
 <li><a href="/project/about.html">About</a></li>
</ul>
<ul>
 <li><a href="/project/docs/authors.html">Authors</a></li>
</ul>
</nav>
<header><h1>My Project Documentation</h1></header>
<main><p>y</p></main>
<footer><p>&copy; Me</p></footer>
</body>
</html>