20 lines
631 B
HTML
20 lines
631 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Compteur Electrique</title>
|
|
|
|
<link rel="stylesheet" href="styles/general.css">
|
|
<link rel="stylesheet" href="fonts/FuturaBold/FuturaBold.css">
|
|
<link rel="stylesheet" href="fonts/FuturaBoldItalic/FuturaBoldItalic.css">
|
|
|
|
<script type="text/javascript" src="scripts/session_startup_animation.js"></script>
|
|
<link rel="stylesheet" href="styles/session_startup_animation.css">
|
|
</head>
|
|
|
|
<body>
|
|
<p>Nothin' to see for the moment,</p>
|
|
<p>Please go outside, sing to the ant.</p>
|
|
</body>
|
|
</html>
|