Vehicle energy consumption and production simulator
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.
 
 
 
 

22 lines
433 B

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
html, body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<h1>Simulateur de vhélio</h1>
<p>Estimez votre autonomie et votre consommation d'énergie</p>
<div id="simulator"></div>
<script type="text/javascript" src="simulator.js"></script>
</body>
</html>