27 lines
707 B
HTML
27 lines
707 B
HTML
<!doctype html>
|
|
<html lang="fr">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Météo Rance</title>
|
|
<link rel="stylesheet" href="index.css">
|
|
<link rel="icon" type="image/png" href="favicon.png">
|
|
<meta property="og:title" content="Météo Rance" />
|
|
<meta property="og:image" content="https://meteorance.fr/favicon.png" />
|
|
<meta property="og:locale" content="fr_FR">
|
|
<meta property="og:description" content="La Météo Rance (fé chaud)" />
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container">
|
|
<img id="sun" src="soleil.png" />
|
|
<video id="video">
|
|
<source src="tarpinchaud.webm" type="video/webm">
|
|
</video>
|
|
</div>
|
|
|
|
<script src="index.js" type="text/javascript"></script>
|
|
</body>
|
|
|
|
</html>
|