view out/project/index.html @ 6:bd0d3a189f5b

my deadass removed "built with" from defautl template (i need to go to sleep)
author Atarwn Gard <a@qwa.su>
date Tue, 17 Mar 2026 22:36:17 +0500
parents 125e599b1217
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</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 href="/project/docs/index.html">Docs</a></li>
 <li><a href="/project/about.html">About</a></li>
</ul>
</nav>
<header><h1>My Project</h1></header>
<main><p>My project</p></main>
<footer><p>&copy; Me</p></footer>
</body>
</html>