creada página feed

This commit is contained in:
2021-04-04 19:17:26 +02:00
parent 427398154b
commit 277ad1d88a
13 changed files with 153 additions and 108 deletions

View File

@@ -6,7 +6,7 @@
<ion-content>
<span>Usuario: </span><input type="text" id="username">
<span>Contraseña: </span><input type="text" id="password">
<span>Contraseña: </span><input type="password" id="password">
<ion-button (click)="login()">
Login
</ion-button>