un stadiu mai avansat cu overlay the confirmare a parolei CEO
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<!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="../css/alert_modal.css">
|
||||
<script src="../js/alert_modal.js"></script>
|
||||
<title>Alert Modal</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="myModal" class="container">
|
||||
<div class="main_component">
|
||||
<div class="header">
|
||||
<!--Here goes the message-->
|
||||
<h1 id="modal-message"></h1>
|
||||
</div>
|
||||
<button id="closeButton" name="close">Close</button>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user