18 lines
434 B
HTML
18 lines
434 B
HTML
<!DOCTYPE HTML>
|
|
|
|
<html lang="fr-FR">
|
|
<head>
|
|
<title>PAGETITLE</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
|
<link rel="stylesheet" href="/style.css" type="text/css">
|
|
</head>
|
|
|
|
<body>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="/index.html">/home/stev</a></li>
|
|
<li><a href="/gemlog/index.html">~/logs</a></li>
|
|
</ul>
|
|
</nav>
|