mp2i-vms.fr/M103/index.html

21 lines
336 B
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Bienvenue en M103</title>
<style>
body {
background-image: url("/M103/salle.jpg");
background-size: 100%;
background-attachment: scroll;
}
</style>
</head>
<body>
<h1>Bienvenue en M103.</h1>
<a href="/M103/deconnexion">Se déconnecter</a>
</body>
</html>