web/header.html

22 lines
633 B
HTML
Raw Normal View History

2023-01-12 00:23:59 +00:00
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="css/style.css" />
%links%
</head>
<body>
<header>
<h1><a href="index.html">gyiwr dot tf</a></h1>
<h2>le site de rick</h2>
</header>
<div id="header-links">
<a href="ou.html">où me retrouver</a>
<a href="copaings.html">copains & co</a>
<a href="projets.html">projets</a>
<a href="/a/">annuaire</a>
<a href="rss.html">mes flux rss</a>
<a href="autres.html">autres</a>
</div>