mon-entreprise/example-integration.html

32 lines
674 B
HTML
Raw Normal View History

2017-12-11 17:21:31 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="initial-scale=1">
<title>Intégrateur numéro 1</title>
</head>
<style>
#en-tête {
text-align: center;
border: 1px solid #333;
padding: 1em;
width: 100%;
margin: 0 auto;
}
#module {
}
</style>
<body>
<section id="en-tête">
<h1>Ma page Web</h1>
<p>Calculez votre salaire !</p>
</section>
<section id="module">
<script id="script-simulateur-embauche" src="dist/simulateur.js" data-couleur="#333"></script>
</section>
<!-- #1F4382 - #3570B8 - #4A89DC - #4A9DED-->
</body>
</html>