feat: agregamos dockerfile y webserver a starters

agregamos  dockerfile y webserver a starters
This commit is contained in:
2023-01-08 04:57:27 -06:00
parent e5f6cf8563
commit f9e3bbc665
49 changed files with 616 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<img src="qr.png" alt="" />
</body>
</html>