forked from vert3x/OL_videoserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OL_home.html
62 lines (36 loc) · 1.75 KB
/
OL_home.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!--incluir ventana modal de contraseña/user incorrecto-->
<!--terminar el boton de visibilidad de password-->
<!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>Otl_VS</title>
<link rel="preconnect" href="https://fonts.google.com">
<link rel="preload" href="styles.css" as="stylesheet">
<link rel="preload" href="normalize.css" as="stylesheet">
<link href="styles.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<header>
<img src="img/OLLogo_white.png" class="logohome" width="80" height="80" >
<h1 class="header"> OUTLINE VIDEO SERVER</h1>
</header>
<body>
<div id="MyClockDisplay" class="clock" onload="showTime()">
<script src ="clock.js"></script></div>
<div class=centerform>
<input type="text" class="formuser" autofocus="" placeholder=" Usuario" name="fuser" ><br><br>
<!--<div class="passwordcontainer">-->
<input id="password-field" type="password" autocomplete="current-password" class="formpassword" placeholder=" Password" name="password" style="-webkit-text-security: circle" ;>
<!-- <span class="material-icons"> visibility </span> <div></div>-->
<br><br>
<button class="enterbut" onClick="parent.location='mainpage.html'" value="facebook" formtarget="_blank">Entrar</button>
</div>
</body>
<p class="footerhome">¿No tienes cuenta?</p>
<div style="text-align:center">
<a class="footerhome2" href="registro.html">Registrarse.</a></div>
<p class="footerhome3">Outline 2021.</p>
</html>