Skip to content

Commit

Permalink
Primer commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Campos committed Dec 6, 2021
0 parents commit 33f9174
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<h1>Nuestras páginas</h1>
<h3><a href="./rafael.html">Rafael<p></h3>
</body>
</html>
9 changes: 9 additions & 0 deletions rafael.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<h1>La página de Rafael</h1>
<h3>¡Hola mundo!<h3>
</body>
</html>

0 comments on commit 33f9174

Please sign in to comment.