aboutsummaryrefslogtreecommitdiffstats
path: root/demo/demo_index.html
blob: cd1a4280b5732f11144ec24719f21a786878a502 (plain)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="es">
    <head>
        <title>Portal Cautivo</title>
        <meta charset="utf-8"/>
        <meta name="description" content="Bienvenido a Cybersy"/>
        <!-- Responsive web Design -->
        <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
        <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
        <link rel="author" type="text/plain" href="humans.txt"/>
        <!-- Estilos CSS -->
        <link href='fonts.css' rel='stylesheet' type='text/css'/>
        <link href="estilos.css" rel="stylesheet"/>
        <script src="jquery.min.js"></script>
        <script src="funciones.min.js"></script>
    </head>
    <body>
        <div class="contenedor-formulario">
            <div class="wrap">
                <!--Formulario-->
                <form action="$PORTAL_ACTION$" class="formulario" name="formulario_registro" method="post">
                    <div>
                        <div class="cabecera">
                            <img src="candado.png" alt="candado">
                        </div>
                        <div>
                            <p class="titulo">Bienvenido a Cybersy</p>
                        </div>
                        <div class="input-group">
                            <input type="text" id="auth_user" name="auth_user">
                            <label class="label" for="auth_user">Usuario:</label>
                        </div>
                        <div class="input-group">
                            <input type="password" id="auth_pass" name="auth_pass">
                            <label class="label" for="auth_pass">Contraseña:</label>
                        </div>
                        <input type="hidden" value="$PORTAL_REDIRURL$" name="redirurl">
                        <input type="submit" value="Enviar" id="accept" name="accept">
                    </div>
                </form>
            </div>
        </div>
        <footer>
            <p>Copyleft&#160;&copy;&#160;2015&#160;-
                <script type='text/javascript'>
                 // @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
                 var creditsyear = new Date();document.write(creditsyear.getFullYear());
                 // @license-end
                </script>
                <span>Escrito por:<a class="footer" href='https://heckyel.ga' target='_blank'>&#160;Jesús Eduardo</a>
                </span>
            </p>
        </footer>
        <script type="text/javascript" src="formulario.min.js"></script>
    </body>
</html>