25 lines
677 B
HTML
25 lines
677 B
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/hung1001/font-awesome-pro@4cac1a6/css/all.css">
|
||
<title>Registration</title>
|
||
</head>
|
||
<body>
|
||
|
||
<h1>
|
||
<i class="fad fa-shield-alt"></i>
|
||
Lentia – Yggdrasil
|
||
</h1>
|
||
<h3>Authentification réussie</h3>
|
||
<hr>
|
||
<div>
|
||
<p>
|
||
Vous pouvez dès à présent fermer cette page et retourner au launcher
|
||
</p>
|
||
</div>
|
||
|
||
</body>
|
||
</html> |