-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (28 loc) · 1.15 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!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">
<title>Admin system - IVAO Ecuador</title>
<link rel="stylesheet" href="./src/css/styles.css">
<link rel="icon" href="./src/assets/logo.png">
</head>
<body>
<div class="admin-panel">
<div class="login-section" id="loginSection">
<div class="login-box">
<h2>Inicia sesión para acceder al sistema administrativo</h2>
<p>Accede con tu cuenta de IVAO para acceder al panel:</p>
<a href="https://login.ivao.aero/index.php?url=https://admin.ec.ivao.aero" class="login-button">Iniciar sesión con IVAO</a>
</div>
</div>
</div>
<div class="go-up" id="btn-go-up">
<img src="https://1.bp.blogspot.com/-kjKb_TRfNRI/Vn_q0Fk0YsI/AAAAAAAARFg/bNGN-u8XB_Q/s800-Ic42/down.png" alt="">
</div>
</div>
<script src="./src/js/script.js" type="module"></script>
<script src="//cdn.jsdelivr.net/npm/sweetalert2@11"></script>
</body>
</html>