-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_Humans.html
56 lines (42 loc) · 1.43 KB
/
index_Humans.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Humans</title>
<link rel="stylesheet" href="./index_Humans.css">
</head>
<body align="center">
<h1>.</h1>
<h1>.</h1>
<h1>Humans</h1>
<img src="images/icon.png" width="100px">
<h2>Ingresa o Registrate</h2>
<p>Si tu usuario no existe, se creará
<br>con el email y contraseña que ingreses.
<br><strong>Recuérdalos!</strong>.</p>
<form id="miFormulario">
<label for="email">Email:</label>
<input type="email" id="id_email">
<br>
<label for="password">Password:</label>
<input type="password" id="id_password">
<br>
<button id="id_boton" type="button" onclick="ingresar()"> Ingresar </button>
<br>
</form>
<h1>.</h1>
<h1>.</h1>
<h1>.</h1>
<!--<script type="module" src="./index_Firestore.js"></script>
<script type="module">
import { acceder_sin_google } from './index_Humans.js';
document.getElementById('id_boton').addEventListener('click', acceder_sin_google);
</script>-->
<script src="https://www.gstatic.com/firebasejs/8.7.0/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.4.1/firebase-auth.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.7.0/firebase-firestore.js"></script>
<script src="index_Firestore.js"></script>
<script src="index_Humans.js"></script>
</body>
</html>
<!-- -->