bot/src/close/close.html
Raphix cadfe8e572
All checks were successful
Subsonics - Pipeline/pipeline/head This commit looks good
Add new HTML Window to close Nav
2023-05-04 18:26:23 +02:00

21 lines
645 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="close.css">
<title>Subsonics - Submanager</title>
</head>
<body>
<div class="top-title">
<img class="top-logo" src="logo.png" alt="Logo">
<img class="title-t" src="title.png" alt="Logo">
</div>
<div class="boxtext">
<p class="text">Vous pouvez fermer cette fenêtre !</p>
<p class="text">En cas de problème, prévenez Raphix#8434 !</p>
</div>
</body>
</html>