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.
23 lines
480 B
23 lines
480 B
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<meta charset="utf-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
<link rel="stylesheet" href="simulator.css"> |
|
|
|
<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>
|
|
|