Supprimer 'blog.html'

This commit is contained in:
Romain de Laage 2020-07-21 10:40:47 +02:00
parent 668ccec1a7
commit f6bb694012
1 changed files with 0 additions and 32 deletions

View File

@ -1,32 +0,0 @@
<!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>