intro_Django/TiendaOnline/gestionPedidos/templates/gracias.html
2020-11-15 02:23:12 -03:00

9 lines
134 B
HTML

<html>
<head>
<title>Gracias</title>
</head>
<body>
<h1>Gracias por contactarnos</h1>
</body>
</html>