Skip to content
Open
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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<h1>Cambios hechos en el repositorio</h1>
<p>En el archivo index.html agregue un comentario y un h2</p>
<p>En el archivo formularios.hmtl agregue un comentario y un parrafo nuevo</p>
4 changes: 3 additions & 1 deletion formularios.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@

</head>
<body>
<!--Modificando formularios-->
<h2>Formulario vertical(por defecto)</h2>
<h2>Nuevo h2</h2>

<div class="container">
<form action="action.php">
Expand Down Expand Up @@ -66,4 +68,4 @@ <h2>Formulario Horizontal</h2>


</body>
</html>
</html>
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,15 @@ <h3 class="text-center">Titulo</h3>
<div class="modal-dialog">

<!-- Modal content-->
<!-- modificando index-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">&times;</button>
<h4 class="modal-title">Modal Header</h4>
</div>
<div class="modal-body">
<p>Some text in the modal.</p>
<p>Nuevo parrafo.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
Expand Down Expand Up @@ -196,4 +198,4 @@ <h2>Enlaces de interes</h2>
<script type="text/javascript" src="js/jquery3.3.1.js"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
</body>
</html>
</html>