14 lines
397 B
HTML
14 lines
397 B
HTML
<!DOCTYPE html>
|
|
<html lang="es">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>Notificacion</title>
|
|
</head>
|
|
<body>
|
|
<h1>Aviso</h1>
|
|
<h2>{{ title }}</h2>
|
|
<a href="http://p.wallapop.com/i/{{ id }}?_pid=web&_me=www&campaign=mobile_item">Ver</a>
|
|
</body>
|
|
</html> |