view templates/template.html @ 30:0ccb3b76e2ed

switch to no-class.css
author David Demelier <markand@malikania.fr>
date Wed, 16 Dec 2020 15:19:17 +0100
parents 08131face9d0
children e902ab63f718
line wrap: on
line source

<!DOCTYPE html>
<html>
	<head>
		<link rel="stylesheet" href="css/no-class.css" type="text/css">
	</head>
	<body>
		<header>
			<nav>
				<ul>
					<li><a href="index.html">irccd</a></li>
					<li><a href="downloads.html">downloads</a></li>
					<li><a href="documentation.html">documentation</a></li>
					<li><a href="contribute.html">contribute</a></li>
				</ul>
			</nav>
		</header>
$body$
	</body>

	<footer>
	<hr>
	Copyright (c) <a href="http://markand.fr">David Demelier</a>. irccd is a <a href="http://malikania.fr"> malikania project</a>.
	</footer>
</html>