You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
410 B
20 lines
410 B
3 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
|
||
|
<style>
|
||
|
body { margin: 0; }
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Simulateur de vhélio</h1>
|
||
|
<p>Estimez votre autonomie et votre consommation d'énergie</p>
|
||
|
|
||
|
<iframe id="simulator"></iframe>
|
||
|
|
||
|
<script type="text/javascript" src="simulator.js"></script>
|
||
|
</body>
|
||
|
</html>
|