<!DOCTYPE html>

<html lang="fr">

<head>

<meta charset="utf-8">

<title>Benoit Doremus</title>

<style>

body {

  background: black;

  color: white;

  font-size: 40px;

  font-family: Arial, sans-serif;

  text-align: center;

  padding-top: 100px;

}

a {

  color: white;

  display: block;

  margin: 30px;

  text-decoration: none;

}

</style>

</head>

<body>


<a href="https://www.facebook.com/benoitdoremus">FACEBOOK</a>

<a href="https://www.instagram.com/benoitdoremus">INSTAGRAM</a>


</body>

</html>