Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions index .html
Original file line number Diff line number Diff line change
Expand Up @@ -237,12 +237,14 @@ <h4>Formulario de login</h4>
<form action="https://lapzdev@gmail.com/" autocomplete="off" >
<label for="usuario">usuario</label>
<input type="text" name="usuario" id="usuario"
placeholder="--escriba el usuario--" pattern="^[A-Za-z]+$" title="Este cuadro de texto no acepta números" >
placeholder="--escriba el usuario--" pattern="^[A-Za-z]+$" title="Este cuadro de texto no acepta números" autocomplete="on">
<input type="password" name="password" id="" placeholder="--escriba el password--">
<input type="submit" name="" id="">
</form><br><br>
<a href="#inicio">Ir a inicio</a><br />

<script type="text/javascript" src='prog.js'>

</script>
</body>

</html>
2 changes: 2 additions & 0 deletions prog.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
let a=9.8
console.log(a)
12 changes: 0 additions & 12 deletions sin título.txt

This file was deleted.

Loading