16 lines
381 B
HTML
16 lines
381 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Compteur Electrique</title>
|
|
<meta charset="utf-8">
|
|
<script type="text/javascript" src="scripts/session_startup_animation.js"></script>
|
|
</head>
|
|
|
|
<body style="
|
|
opacity: 1;
|
|
">
|
|
<p id="logo">Nothin' to see for the moment,</p>
|
|
<p>Please go outside, sing to the ant.</p>
|
|
</body>
|
|
</html>
|