This repository has been archived on 2021-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
rdelaage.ovh/blog.html

33 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Site vitrine - Romain de Laage</title>
<meta charset="utf8" />
<link rel="stylesheet" href="https://css.rdelaage.ovh/FantasqueSansMono.css" />
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="logo2.svg" />
</head>
<body>
<header>
<img src="logo2.svg" alt="logo" /><h1>Romain de Laage</h1>
</header><nav>
<ul>
<a href="https://rdelaage.ovh"><li>Home</li></a>
<a href="https://rdelaage.ovh/blog.html"><li>Blog</li></a>
<a href="https://cloud.rdelaage.ovh"><li>Cloud</li></a>
<a href="https://dev.rdelaage.ovh"><li>Développement</li></a>
<a href="https://keeweb.rdelaage.ovh"><li>KeeWeb</li></a>
<a href="https://git.rdelaage.ovh"><li>Gitea</li></a>
<a href="https://rdelaage.ovh/cv.html"><li>CV</li></a>
<a href="https://rdelaage.ovh/legal.html"><li>Mentions légales</li></a>
</ul>
<div class="logo"><img src="logo2.svg" alt="logo" /></div>
</nav><section>
<iframe src="https://rdelaage.ovh/blog/">
</iframe>
</section><footer>
Made with ❤ by <a href="#">Romain de Laage</a>
</footer>
</body>
</html>