21 lines
633 B
HTML
21 lines
633 B
HTML
<!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>
|