Netlify
tcp/443 tcp/80
Open service 35.157.26.135:80 · www.tatimir.site
2026-01-12 23:02
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Mon, 12 Jan 2026 23:02:52 GMT Location: https://www.tatimir.site/ Server: Netlify X-Nf-Request-Id: 01KET75AYM4N1K5N7XBAW41F22 Content-Length: 40 Connection: close Redirecting to https://www.tatimir.site/
Open service 63.176.8.218:443 · www.tatimir.site
2026-01-12 23:02
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Mon, 12 Jan 2026 23:03:13 GMT Location: https://tatimir.site/ Server: Netlify Strict-Transport-Security: max-age=31536000 X-Nf-Request-Id: 01KET75YVT7R7C5F2Z2THZK83Q Content-Length: 36 Connection: close Redirecting to https://tatimir.site/
Open service 63.176.8.218:80 · www.tatimir.site
2026-01-12 23:02
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Mon, 12 Jan 2026 23:03:08 GMT Location: https://www.tatimir.site/ Server: Netlify X-Nf-Request-Id: 01KET75T0X6QDJ35GAH3XTEMHH Content-Length: 40 Connection: close Redirecting to https://www.tatimir.site/
Open service 2a05:d014:58f:6200::259:443 · www.tatimir.site
2026-01-12 23:02
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Mon, 12 Jan 2026 23:02:43 GMT Location: https://tatimir.site/ Server: Netlify Strict-Transport-Security: max-age=31536000 X-Nf-Request-Id: 01KET751RGWMFD5TSK5CGMJ8F2 Content-Length: 36 Connection: close Redirecting to https://tatimir.site/
Open service 2a05:d014:58f:6200::258:80 · www.tatimir.site
2026-01-12 23:02
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Mon, 12 Jan 2026 23:02:52 GMT Location: https://www.tatimir.site/ Server: Netlify X-Nf-Request-Id: 01KET75A7HDXWCQ48Y6FXWTHGE Content-Length: 40 Connection: close Redirecting to https://www.tatimir.site/
Open service 2a05:d014:58f:6200::258:443 · www.tatimir.site
2026-01-12 23:02
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Mon, 12 Jan 2026 23:02:43 GMT Location: https://tatimir.site/ Server: Netlify Strict-Transport-Security: max-age=31536000 X-Nf-Request-Id: 01KET7525AC3TEK1TDAAY5KKCC Content-Length: 36 Connection: close Redirecting to https://tatimir.site/
Open service 75.2.60.5:80 · tatimir.site
2026-01-12 23:02
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Mon, 12 Jan 2026 23:02:50 GMT Location: https://tatimir.site/ Server: Netlify X-Nf-Request-Id: 01KET759BHF65XGVFEHB7AZ62W Content-Length: 36 Connection: close Redirecting to https://tatimir.site/
Open service 75.2.60.5:443 · tatimir.site
2026-01-12 23:02
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 2
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 136559
Content-Type: text/html; charset=UTF-8
Date: Mon, 12 Jan 2026 23:02:43 GMT
Etag: "3c90db483fa5d2bb188d007e7d996bd1-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KET751TE8B5TTHQED8Q1BFNT
Connection: close
Page title: TIENDA MM
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TIENDA MM</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); min-height: 100vh; }
.container { max-width: 1400px; margin: 0 auto; padding: 20px; }
.header { background: white; padding: 20px; border-radius: 10px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; }
.header h1 { color: #1e3a8a; font-size: 24px; }
.user-info { display: flex; align-items: center; gap: 15px; flex-wrap: wrap; }
.credits { background: #10b981; color: white; padding: 10px 20px; border-radius: 5px; font-weight: bold; }
.btn { padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; font-weight: bold; transition: 0.3s; text-decoration: none; display: inline-block; text-align: center; }
.btn-primary { background: #1e3a8a; color: white; }
.btn-success { background: #10b981; color: white; }
.btn-danger { background: #ef4444; color: white; }
.btn-secondary { background: #6b7280; color: white; }
.btn-warning { background: #f59e0b; color: white; } /* Botón de renovación */
.btn-whatsapp { background: #25D366; color: white; }
.btn-whatsapp:hover { background: #1EAE50; opacity: 1; }
.btn:hover { opacity: 0.9; }
.btn:disabled { background: #ccc; cursor: not-allowed; }
.btn-small { padding: 5px 10px; font-size: 12px; }
.main-content { display: grid; grid-template-columns: 250px 1fr; gap: 20px; }
@media (max-width: 768px) { .main-content { grid-template-columns: 1fr; } }
.sidebar { background: #1e3a8a; color: white; padding: 20px; border-radius: 10px; }
.sidebar-menu { list-style: none; }
.sidebar-menu li { padding: 15px; margin: 5px 0; border-radius: 5px; cursor: pointer; transition: 0.3s; display: flex; justify-content: space-between; align-items: center; }
.sidebar-menu li:hover { background: rgba(255,255,255,0.1); }
.sidebar-menu li.active { background: rgba(255,255,255,0.2); }
/* --- ESTILO DE NOTIFICACIÓN --- */
.notification-badge {
background: #ef4444; /* rojo */
color: white;
border-radius: 50%;
padding: 2px 8px;
font-size: 12px;
font-weight: bold;
margin-left: 8px;
display: inline-block;
line-height: 1.4;
vertical-align: middle;
min-width: 24px;
text-align: center;
}
.sidebar-menu li.active .notification-badge {
background: white;
color: #ef4444;
}
/* --- FIN DE ESTILO --- */
.content { background: white; padding: 30px; border-radius: 10px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; margin-top: 20px; }
.card { border: 2px solid #e5e7eb; border-radius: 10px; padding: 20px; text-align: center; transition: 0.3s; }
.card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.card h3 { color: #1e3a8a; margin: 10px 0; font-size: 16px; }
.card img { height: 60px; margin: 15px 0; }
.price { font-size: 32px; font-weight: bold; color: #1e3a8a; margin: 15px 0; }
.stock { color: #10b981; font-weight: bold; margin: 10px 0; }
.modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 1000; justify-content: center; align-items: center; padding: 20px; }
.modal.active { display: flex; }
.modal-c
Open service 2a05:d014:58f:6200::259:80 · www.tatimir.site
2026-01-12 23:02
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Mon, 12 Jan 2026 23:02:51 GMT Location: https://www.tatimir.site/ Server: Netlify X-Nf-Request-Id: 01KET75A6KNEF06TZ6T19RW78C Content-Length: 40 Connection: close Redirecting to https://www.tatimir.site/
Open service 35.157.26.135:443 · www.tatimir.site
2026-01-12 23:02
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Mon, 12 Jan 2026 23:02:43 GMT Location: https://tatimir.site/ Server: Netlify Strict-Transport-Security: max-age=31536000 X-Nf-Request-Id: 01KET7523RHYXB42QWPBXPHVS0 Content-Length: 36 Connection: close Redirecting to https://tatimir.site/
Open service 35.157.26.135:80 · www.tatimir.site
2026-01-04 18:25
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Sun, 04 Jan 2026 18:25:27 GMT Location: https://www.tatimir.site/ Server: Netlify X-Nf-Request-Id: 01KE543KHF4P2E4DTN3R88DPH3 Content-Length: 40 Connection: close Redirecting to https://www.tatimir.site/
Open service 75.2.60.5:443 · tatimir.site
2026-01-04 18:25
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 136559
Content-Type: text/html; charset=UTF-8
Date: Sun, 04 Jan 2026 18:25:26 GMT
Etag: "3c90db483fa5d2bb188d007e7d996bd1-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KE543JWHDWC9WX30XHDPND6Q
Connection: close
Page title: TIENDA MM
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TIENDA MM</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); min-height: 100vh; }
.container { max-width: 1400px; margin: 0 auto; padding: 20px; }
.header { background: white; padding: 20px; border-radius: 10px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; }
.header h1 { color: #1e3a8a; font-size: 24px; }
.user-info { display: flex; align-items: center; gap: 15px; flex-wrap: wrap; }
.credits { background: #10b981; color: white; padding: 10px 20px; border-radius: 5px; font-weight: bold; }
.btn { padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; font-weight: bold; transition: 0.3s; text-decoration: none; display: inline-block; text-align: center; }
.btn-primary { background: #1e3a8a; color: white; }
.btn-success { background: #10b981; color: white; }
.btn-danger { background: #ef4444; color: white; }
.btn-secondary { background: #6b7280; color: white; }
.btn-warning { background: #f59e0b; color: white; } /* Botón de renovación */
.btn-whatsapp { background: #25D366; color: white; }
.btn-whatsapp:hover { background: #1EAE50; opacity: 1; }
.btn:hover { opacity: 0.9; }
.btn:disabled { background: #ccc; cursor: not-allowed; }
.btn-small { padding: 5px 10px; font-size: 12px; }
.main-content { display: grid; grid-template-columns: 250px 1fr; gap: 20px; }
@media (max-width: 768px) { .main-content { grid-template-columns: 1fr; } }
.sidebar { background: #1e3a8a; color: white; padding: 20px; border-radius: 10px; }
.sidebar-menu { list-style: none; }
.sidebar-menu li { padding: 15px; margin: 5px 0; border-radius: 5px; cursor: pointer; transition: 0.3s; display: flex; justify-content: space-between; align-items: center; }
.sidebar-menu li:hover { background: rgba(255,255,255,0.1); }
.sidebar-menu li.active { background: rgba(255,255,255,0.2); }
/* --- ESTILO DE NOTIFICACIÓN --- */
.notification-badge {
background: #ef4444; /* rojo */
color: white;
border-radius: 50%;
padding: 2px 8px;
font-size: 12px;
font-weight: bold;
margin-left: 8px;
display: inline-block;
line-height: 1.4;
vertical-align: middle;
min-width: 24px;
text-align: center;
}
.sidebar-menu li.active .notification-badge {
background: white;
color: #ef4444;
}
/* --- FIN DE ESTILO --- */
.content { background: white; padding: 30px; border-radius: 10px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; margin-top: 20px; }
.card { border: 2px solid #e5e7eb; border-radius: 10px; padding: 20px; text-align: center; transition: 0.3s; }
.card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.card h3 { color: #1e3a8a; margin: 10px 0; font-size: 16px; }
.card img { height: 60px; margin: 15px 0; }
.price { font-size: 32px; font-weight: bold; color: #1e3a8a; margin: 15px 0; }
.stock { color: #10b981; font-weight: bold; margin: 10px 0; }
.modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 1000; justify-content: center; align-items: center; padding: 20px; }
.modal.active { display: flex; }
.modal-c
Open service 2a05:d014:58f:6200::258:80 · www.tatimir.site
2026-01-04 18:25
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Sun, 04 Jan 2026 18:25:27 GMT Location: https://www.tatimir.site/ Server: Netlify X-Nf-Request-Id: 01KE543KQKMB5MM5X2H7D16FPW Content-Length: 40 Connection: close Redirecting to https://www.tatimir.site/
Open service 75.2.60.5:80 · tatimir.site
2026-01-04 18:25
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Sun, 04 Jan 2026 18:25:26 GMT Location: https://tatimir.site/ Server: Netlify X-Nf-Request-Id: 01KE543JPRHSJFBFRR07P2M773 Content-Length: 36 Connection: close Redirecting to https://tatimir.site/
Open service 35.157.26.135:443 · www.tatimir.site
2026-01-04 18:25
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Sun, 04 Jan 2026 18:25:26 GMT Location: https://tatimir.site/ Server: Netlify Strict-Transport-Security: max-age=31536000 X-Nf-Request-Id: 01KE543JPHW58PP39QB59YP9XY Content-Length: 36 Connection: close Redirecting to https://tatimir.site/
Open service 63.176.8.218:443 · www.tatimir.site
2026-01-04 18:25
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Sun, 04 Jan 2026 18:25:28 GMT Location: https://tatimir.site/ Server: Netlify Strict-Transport-Security: max-age=31536000 X-Nf-Request-Id: 01KE543MEARSZ3EAVDC4E2F3DF Content-Length: 36 Connection: close Redirecting to https://tatimir.site/
Open service 2a05:d014:58f:6200::259:443 · www.tatimir.site
2026-01-04 18:25
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Sun, 04 Jan 2026 18:25:26 GMT Location: https://tatimir.site/ Server: Netlify Strict-Transport-Security: max-age=31536000 X-Nf-Request-Id: 01KE543JRDRPNWWSBQCGVD8MQS Content-Length: 36 Connection: close Redirecting to https://tatimir.site/
Open service 2a05:d014:58f:6200::259:80 · www.tatimir.site
2026-01-04 18:25
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Sun, 04 Jan 2026 18:25:26 GMT Location: https://www.tatimir.site/ Server: Netlify X-Nf-Request-Id: 01KE543JHWV427BW6AP2E0T04E Content-Length: 40 Connection: close Redirecting to https://www.tatimir.site/
Open service 2a05:d014:58f:6200::258:443 · www.tatimir.site
2026-01-04 18:25
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Sun, 04 Jan 2026 18:25:26 GMT Location: https://tatimir.site/ Server: Netlify Strict-Transport-Security: max-age=31536000 X-Nf-Request-Id: 01KE543JPV07ZHKKPSH8WA8K42 Content-Length: 36 Connection: close Redirecting to https://tatimir.site/
Open service 63.176.8.218:80 · www.tatimir.site
2026-01-04 18:25
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Sun, 04 Jan 2026 18:25:26 GMT Location: https://www.tatimir.site/ Server: Netlify X-Nf-Request-Id: 01KE543JGT8ETP1QGHZDG9G8PR Content-Length: 40 Connection: close Redirecting to https://www.tatimir.site/