diff out/project/docs/authors.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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/out/project/docs/authors.html	Tue Mar 17 22:18:02 2026 +0500
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html lang="ru">
+<head>
+<meta charset="UTF-8">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<title>My Site | Authors</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 current href="/project/docs/authors.html">Authors</a></li>
+</ul>
+</nav>
+<header><h1>Authors</h1></header>
+<main><p>Authors of the project</p></main>
+<footer><p>&copy; Me</p></footer>
+</body>
+</html>
\ No newline at end of file