<!DOCTYPE html>

<html lang="fr">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Dyna Construction</title>


<style>

body {

    font-family: Arial, sans-serif;

    margin: 0;

    background: #f8f8f8;

    color: #333;

    text-align: center;

}


.container {

    padding: 40px;

}


h1 {

    font-size: 36px;

    margin-bottom: 10px;

}


h2 {

    color: #4A90E2;

    margin-bottom: 30px;

}


.services {

    margin: 20px 0;

    line-height: 1.8;

    font-size: 18px;

}


.contact {

    margin-top: 30px;

    font-size: 18px;

}


.footer {

    margin-top: 40px;

    font-style: italic;

    color: #777;

}

</style>

</head>


<body>


<div class="container">


<h1>DYNA Construction</h1>

<h2>Peinture • Réparation • Rénovation</h2>


<div class="services">

Intérieur et extérieur<br>

Cuisine et salle de bain<br>

Structures extérieures (decks, clôtures, gazebos)<br>

Travaux de type handyman

</div>


<div class="contact">

📞 (263) 384-6200<br>

✉ dynaconstructioninc@gmail.com<br>

🌐 dynaconstruction.ca<br>

RBQ : 5758-6976-01<br>

<strong>Estimation gratuite</strong>

</div>


<div class="footer">

Respect de nos clients et de leur espace

</div>


</div>


</body>

</html>