Outiref

Code source de l'URL : http://www.getthetrend.com/

<!doctype html>
<html lang="fr">
<head>
  <meta charset="utf-8">
  <title>Titre de la page</title>
  <link rel="stylesheet" href="style.css">
  <script src="script.js"></script>
  <style>
  h1{
  text-align : center;
  font-family : Arial;
  }
  img{
  text-align : center;
  width: 40%;
  }
  div{
  width: 100%;
  margin : auto;
      text-align: center;
  }
  </style>
</head>
<body>
<div>
<img src="images.png"/>
</div>
<h1>is coming soon </h1>
</body>
</html>