comanda / index.html
maskaro's picture
Upload 3 files
a59dbe8 verified
Raw
History Blame Contribute Delete
333 Bytes
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chiringuito Miguelito</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="app"></div>
<script src="script.js"></script>
</body>
</html>