Add new HTML Window to close Nav
All checks were successful
Subsonics - Pipeline/pipeline/head This commit looks good
All checks were successful
Subsonics - Pipeline/pipeline/head This commit looks good
This commit is contained in:
21
src/close/close.html
Normal file
21
src/close/close.html
Normal file
@ -0,0 +1,21 @@
|
||||
<!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>
|
Reference in New Issue
Block a user