-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (32 loc) · 1.28 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
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Todos Conectadas</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="header">
<div class="overlay">
<h1 class="overlay-text">Bienvenido a Planet</h1>
</div>
</div>
<div class="separator"></div>
<div class="content">
<div class="text">
<img src="assets/logo-coop-white.png" alt="co-op logo Todos Conectadas Logo" class="logo">
<img src="assets/logo-white.png" alt="OLE Todos Conectadas Logo" class="logo">
<p>Por favor haga clic en el siguiente enlace para continuar:</p>
<div class="url-container">
<a href="http://192.168.39.253" target="_blank" class="url-link">http://192.168.39.253</a>
</div>
</div>
</div>
</div>
</body>
</html>