intro_Django/TiendaOnline/gestionPedidos/templates/gracias.html

9 lines
134 B
HTML
Raw Permalink Normal View History

2020-11-15 02:23:12 -03:00
<html>
<head>
<title>Gracias</title>
</head>
<body>
<h1>Gracias por contactarnos</h1>
</body>
</html>