<!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>