Comienzo de nueva version de la pagina de inicio

This commit is contained in:
2021-12-16 00:17:07 -03:00
parent 853cfa5da3
commit 8ac3179b35
26 changed files with 7301 additions and 155 deletions

18
public/index.html Normal file
View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<title></title>
<link rel='icon' type='image/png' href='/favicon.png'>
<link rel='stylesheet' href='/index.css'>
<link rel='stylesheet' href='/build/bundle.css'>
<script defer src='/build/bundle.js'></script>
</head>
<body>
</body>
</html>