Commit inicial

This commit is contained in:
2024-10-03 21:47:02 -04:00
commit 982c618c13
13 changed files with 1756 additions and 0 deletions

3
public/css/estilos.css Normal file
View File

@@ -0,0 +1,3 @@
body {
background-color: #000;
}

View File

@@ -0,0 +1,8 @@
body {
padding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
}