Caddy
tcp/443 tcp/80
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c7cf176427cf17642f59365a3dab578a4dab578a4dab578a4
Found 2 files trough .DS_Store spidering: /images /images/kiddiewords
Severity: low
Fingerprint: 5f32cf5d6962f09c63442d9d63442d9db7f4c636b7f4c636b7f4c636b7f4c636
Found 1 files trough .DS_Store spidering: /images
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c7cf176427cf17642f59365a3dab578a4dab578a4dab578a4
Found 2 files trough .DS_Store spidering: /images /images/kiddiewords
Open service 178.162.163.65:80 · api.teova.com
2026-01-12 07:06
HTTP/1.1 308 Permanent Redirect Connection: close Location: https://api.teova.com/ Server: Caddy Date: Mon, 12 Jan 2026 07:07:51 GMT Content-Length: 0
Open service 178.162.163.65:443 · api.teova.com
2026-01-12 07:06
HTTP/1.1 502 Bad Gateway Alt-Svc: h3=":443"; ma=2592000 Server: Caddy Date: Mon, 12 Jan 2026 07:06:53 GMT Content-Length: 0 Connection: close
Open service 20.99.157.72:443 · teova.com
2026-01-09 15:15
HTTP/1.1 200 OK
Content-Length: 13549
Connection: close
Content-Type: text/html
Date: Fri, 09 Jan 2026 15:16:38 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "19981308"
Last-Modified: Mon, 22 Dec 2025 21:43:12 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: Teova — Focused Products for Games, Learning, Life & Core Systems
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Teova — Focused Products for Games, Learning, Life & Core Systems</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="Teova builds focused games, learning tools, life apps, and core systems — designed with clarity, restraint, and a long-term view." />
<!-- SEO & Indexing -->
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://www.teova.com/" />
<!-- Open Graph / Social -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Teova — Focused Products for Games, Learning, Life & Core Systems" />
<meta property="og:description"
content="We build focused products — not noise. Games, learning tools, life apps, and core systems designed for clarity and longevity." />
<meta property="og:url" content="https://www.teova.com/" />
<meta property="og:site_name" content="Teova" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Teova — Focused Products for Games, Learning, Life & Core Systems" />
<meta name="twitter:description"
content="Focused games, learning tools, life apps, and core systems built with clarity and a long-term view." />
<style>
:root {
--bg: #f7f9fb;
--text-main: #111827;
--text-soft: #4b5563;
--accent: #77a2bf;
--accent-soft: rgba(119, 162, 191, 0.10);
--projects-bg: #b91c1c;
--projects-text: #f9fafb;
--projects-text-soft: rgba(249, 250, 251, 0.85);
--projects-link: #fde68a;
--radius-lg: 18px;
--shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.08);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", sans-serif;
background: radial-gradient(circle at top, #f5f8fc 0, #f7f9fb 55%);
color: var(--text-main);
-webkit-font-smoothing: antialiased;
line-height: 1.6;
}
a {
color: inherit;
text-decoration: none;
}
.page {
max-width: 1040px;
margin: 0 auto;
padding: 32px 20px 56px;
}
header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
margin-bottom: 32px;
}
.brand {
display: inline-flex;
align-items: center;
gap: 12px;
}
.brand-logo {
width: 40px;
height: 40px;
border-radius: 8px;
overflow: hidden;
background: #ffffff;
box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
}
.brand-logo img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.brand-text-title {
font-size: 15px;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.brand-text-sub {
font-size: 12px;
color: var(--text-soft);
}
nav {
display: flex;
gap: 12px;
font-size: 14px;
flex-wrap: wrap;
}
nav a {
padding: 6px 10px;
border-radius: 999px;
color: var(--text-soft);
transition: background 0.15s ease-out, color 0.15s ease-out;
}
nav a:hover {
background: rgba(255, 255, 255, 0.9);
color: var(--text-main);
}
/* HERO */
.hero {
display: grid;
grid-template-columns: minmax(0, 3fr) minmax(0, 2.3fr);
gap: 32px;
align-items: stretch;
margin-bottom: 48px;
}
.hero-tag {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.14em;
color: var(--text-soft);
margin-bottom: 10px;
}
.hero-title {
font-size: clamp(30px, 4vw, 40px);
font-weight: 600;
letter-spacing: -0.03em;
margin-bottom: 20px;
line-height: 40px;
}
.hero-title span {
color: var(--accent);
}
.hero-body {
font-size: 15px;
color: var(--text-s
Open service 20.82.12.44:443 · www.teova.com
2026-01-09 09:59
HTTP/1.1 200 OK
Content-Length: 13549
Connection: close
Content-Type: text/html
Date: Fri, 09 Jan 2026 10:00:12 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "19981308"
Last-Modified: Mon, 22 Dec 2025 21:43:12 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: Teova — Focused Products for Games, Learning, Life & Core Systems
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Teova — Focused Products for Games, Learning, Life & Core Systems</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="Teova builds focused games, learning tools, life apps, and core systems — designed with clarity, restraint, and a long-term view." />
<!-- SEO & Indexing -->
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://www.teova.com/" />
<!-- Open Graph / Social -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Teova — Focused Products for Games, Learning, Life & Core Systems" />
<meta property="og:description"
content="We build focused products — not noise. Games, learning tools, life apps, and core systems designed for clarity and longevity." />
<meta property="og:url" content="https://www.teova.com/" />
<meta property="og:site_name" content="Teova" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Teova — Focused Products for Games, Learning, Life & Core Systems" />
<meta name="twitter:description"
content="Focused games, learning tools, life apps, and core systems built with clarity and a long-term view." />
<style>
:root {
--bg: #f7f9fb;
--text-main: #111827;
--text-soft: #4b5563;
--accent: #77a2bf;
--accent-soft: rgba(119, 162, 191, 0.10);
--projects-bg: #b91c1c;
--projects-text: #f9fafb;
--projects-text-soft: rgba(249, 250, 251, 0.85);
--projects-link: #fde68a;
--radius-lg: 18px;
--shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.08);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", sans-serif;
background: radial-gradient(circle at top, #f5f8fc 0, #f7f9fb 55%);
color: var(--text-main);
-webkit-font-smoothing: antialiased;
line-height: 1.6;
}
a {
color: inherit;
text-decoration: none;
}
.page {
max-width: 1040px;
margin: 0 auto;
padding: 32px 20px 56px;
}
header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
margin-bottom: 32px;
}
.brand {
display: inline-flex;
align-items: center;
gap: 12px;
}
.brand-logo {
width: 40px;
height: 40px;
border-radius: 8px;
overflow: hidden;
background: #ffffff;
box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
}
.brand-logo img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.brand-text-title {
font-size: 15px;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.brand-text-sub {
font-size: 12px;
color: var(--text-soft);
}
nav {
display: flex;
gap: 12px;
font-size: 14px;
flex-wrap: wrap;
}
nav a {
padding: 6px 10px;
border-radius: 999px;
color: var(--text-soft);
transition: background 0.15s ease-out, color 0.15s ease-out;
}
nav a:hover {
background: rgba(255, 255, 255, 0.9);
color: var(--text-main);
}
/* HERO */
.hero {
display: grid;
grid-template-columns: minmax(0, 3fr) minmax(0, 2.3fr);
gap: 32px;
align-items: stretch;
margin-bottom: 48px;
}
.hero-tag {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.14em;
color: var(--text-soft);
margin-bottom: 10px;
}
.hero-title {
font-size: clamp(30px, 4vw, 40px);
font-weight: 600;
letter-spacing: -0.03em;
margin-bottom: 20px;
line-height: 40px;
}
.hero-title span {
color: var(--accent);
}
.hero-body {
font-size: 15px;
color: var(--text-s
Open service 20.99.157.72:443 · teova.com
2026-01-02 17:39
HTTP/1.1 200 OK
Content-Length: 13549
Connection: close
Content-Type: text/html
Date: Fri, 02 Jan 2026 17:39:15 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "19981308"
Last-Modified: Mon, 22 Dec 2025 21:43:12 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: Teova — Focused Products for Games, Learning, Life & Core Systems
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Teova — Focused Products for Games, Learning, Life & Core Systems</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="Teova builds focused games, learning tools, life apps, and core systems — designed with clarity, restraint, and a long-term view." />
<!-- SEO & Indexing -->
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://www.teova.com/" />
<!-- Open Graph / Social -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Teova — Focused Products for Games, Learning, Life & Core Systems" />
<meta property="og:description"
content="We build focused products — not noise. Games, learning tools, life apps, and core systems designed for clarity and longevity." />
<meta property="og:url" content="https://www.teova.com/" />
<meta property="og:site_name" content="Teova" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Teova — Focused Products for Games, Learning, Life & Core Systems" />
<meta name="twitter:description"
content="Focused games, learning tools, life apps, and core systems built with clarity and a long-term view." />
<style>
:root {
--bg: #f7f9fb;
--text-main: #111827;
--text-soft: #4b5563;
--accent: #77a2bf;
--accent-soft: rgba(119, 162, 191, 0.10);
--projects-bg: #b91c1c;
--projects-text: #f9fafb;
--projects-text-soft: rgba(249, 250, 251, 0.85);
--projects-link: #fde68a;
--radius-lg: 18px;
--shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.08);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", sans-serif;
background: radial-gradient(circle at top, #f5f8fc 0, #f7f9fb 55%);
color: var(--text-main);
-webkit-font-smoothing: antialiased;
line-height: 1.6;
}
a {
color: inherit;
text-decoration: none;
}
.page {
max-width: 1040px;
margin: 0 auto;
padding: 32px 20px 56px;
}
header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
margin-bottom: 32px;
}
.brand {
display: inline-flex;
align-items: center;
gap: 12px;
}
.brand-logo {
width: 40px;
height: 40px;
border-radius: 8px;
overflow: hidden;
background: #ffffff;
box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
}
.brand-logo img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.brand-text-title {
font-size: 15px;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.brand-text-sub {
font-size: 12px;
color: var(--text-soft);
}
nav {
display: flex;
gap: 12px;
font-size: 14px;
flex-wrap: wrap;
}
nav a {
padding: 6px 10px;
border-radius: 999px;
color: var(--text-soft);
transition: background 0.15s ease-out, color 0.15s ease-out;
}
nav a:hover {
background: rgba(255, 255, 255, 0.9);
color: var(--text-main);
}
/* HERO */
.hero {
display: grid;
grid-template-columns: minmax(0, 3fr) minmax(0, 2.3fr);
gap: 32px;
align-items: stretch;
margin-bottom: 48px;
}
.hero-tag {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.14em;
color: var(--text-soft);
margin-bottom: 10px;
}
.hero-title {
font-size: clamp(30px, 4vw, 40px);
font-weight: 600;
letter-spacing: -0.03em;
margin-bottom: 20px;
line-height: 40px;
}
.hero-title span {
color: var(--accent);
}
.hero-body {
font-size: 15px;
color: var(--text-s
Open service 20.82.12.44:443 · www.teova.com
2026-01-02 14:56
HTTP/1.1 200 OK
Content-Length: 13549
Connection: close
Content-Type: text/html
Date: Fri, 02 Jan 2026 14:56:38 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "19981308"
Last-Modified: Mon, 22 Dec 2025 21:43:12 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: Teova — Focused Products for Games, Learning, Life & Core Systems
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Teova — Focused Products for Games, Learning, Life & Core Systems</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="Teova builds focused games, learning tools, life apps, and core systems — designed with clarity, restraint, and a long-term view." />
<!-- SEO & Indexing -->
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://www.teova.com/" />
<!-- Open Graph / Social -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Teova — Focused Products for Games, Learning, Life & Core Systems" />
<meta property="og:description"
content="We build focused products — not noise. Games, learning tools, life apps, and core systems designed for clarity and longevity." />
<meta property="og:url" content="https://www.teova.com/" />
<meta property="og:site_name" content="Teova" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Teova — Focused Products for Games, Learning, Life & Core Systems" />
<meta name="twitter:description"
content="Focused games, learning tools, life apps, and core systems built with clarity and a long-term view." />
<style>
:root {
--bg: #f7f9fb;
--text-main: #111827;
--text-soft: #4b5563;
--accent: #77a2bf;
--accent-soft: rgba(119, 162, 191, 0.10);
--projects-bg: #b91c1c;
--projects-text: #f9fafb;
--projects-text-soft: rgba(249, 250, 251, 0.85);
--projects-link: #fde68a;
--radius-lg: 18px;
--shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.08);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", sans-serif;
background: radial-gradient(circle at top, #f5f8fc 0, #f7f9fb 55%);
color: var(--text-main);
-webkit-font-smoothing: antialiased;
line-height: 1.6;
}
a {
color: inherit;
text-decoration: none;
}
.page {
max-width: 1040px;
margin: 0 auto;
padding: 32px 20px 56px;
}
header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
margin-bottom: 32px;
}
.brand {
display: inline-flex;
align-items: center;
gap: 12px;
}
.brand-logo {
width: 40px;
height: 40px;
border-radius: 8px;
overflow: hidden;
background: #ffffff;
box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
}
.brand-logo img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.brand-text-title {
font-size: 15px;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.brand-text-sub {
font-size: 12px;
color: var(--text-soft);
}
nav {
display: flex;
gap: 12px;
font-size: 14px;
flex-wrap: wrap;
}
nav a {
padding: 6px 10px;
border-radius: 999px;
color: var(--text-soft);
transition: background 0.15s ease-out, color 0.15s ease-out;
}
nav a:hover {
background: rgba(255, 255, 255, 0.9);
color: var(--text-main);
}
/* HERO */
.hero {
display: grid;
grid-template-columns: minmax(0, 3fr) minmax(0, 2.3fr);
gap: 32px;
align-items: stretch;
margin-bottom: 48px;
}
.hero-tag {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.14em;
color: var(--text-soft);
margin-bottom: 10px;
}
.hero-title {
font-size: clamp(30px, 4vw, 40px);
font-weight: 600;
letter-spacing: -0.03em;
margin-bottom: 20px;
line-height: 40px;
}
.hero-title span {
color: var(--accent);
}
.hero-body {
font-size: 15px;
color: var(--text-s
Open service 20.99.157.72:443 · teova.com
2025-12-23 09:01
HTTP/1.1 200 OK
Content-Length: 13549
Connection: close
Content-Type: text/html
Date: Tue, 23 Dec 2025 09:01:12 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "19981308"
Last-Modified: Mon, 22 Dec 2025 21:43:12 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: Teova — Focused Products for Games, Learning, Life & Core Systems
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Teova — Focused Products for Games, Learning, Life & Core Systems</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="Teova builds focused games, learning tools, life apps, and core systems — designed with clarity, restraint, and a long-term view." />
<!-- SEO & Indexing -->
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://www.teova.com/" />
<!-- Open Graph / Social -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Teova — Focused Products for Games, Learning, Life & Core Systems" />
<meta property="og:description"
content="We build focused products — not noise. Games, learning tools, life apps, and core systems designed for clarity and longevity." />
<meta property="og:url" content="https://www.teova.com/" />
<meta property="og:site_name" content="Teova" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Teova — Focused Products for Games, Learning, Life & Core Systems" />
<meta name="twitter:description"
content="Focused games, learning tools, life apps, and core systems built with clarity and a long-term view." />
<style>
:root {
--bg: #f7f9fb;
--text-main: #111827;
--text-soft: #4b5563;
--accent: #77a2bf;
--accent-soft: rgba(119, 162, 191, 0.10);
--projects-bg: #b91c1c;
--projects-text: #f9fafb;
--projects-text-soft: rgba(249, 250, 251, 0.85);
--projects-link: #fde68a;
--radius-lg: 18px;
--shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.08);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", sans-serif;
background: radial-gradient(circle at top, #f5f8fc 0, #f7f9fb 55%);
color: var(--text-main);
-webkit-font-smoothing: antialiased;
line-height: 1.6;
}
a {
color: inherit;
text-decoration: none;
}
.page {
max-width: 1040px;
margin: 0 auto;
padding: 32px 20px 56px;
}
header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
margin-bottom: 32px;
}
.brand {
display: inline-flex;
align-items: center;
gap: 12px;
}
.brand-logo {
width: 40px;
height: 40px;
border-radius: 8px;
overflow: hidden;
background: #ffffff;
box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
}
.brand-logo img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.brand-text-title {
font-size: 15px;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.brand-text-sub {
font-size: 12px;
color: var(--text-soft);
}
nav {
display: flex;
gap: 12px;
font-size: 14px;
flex-wrap: wrap;
}
nav a {
padding: 6px 10px;
border-radius: 999px;
color: var(--text-soft);
transition: background 0.15s ease-out, color 0.15s ease-out;
}
nav a:hover {
background: rgba(255, 255, 255, 0.9);
color: var(--text-main);
}
/* HERO */
.hero {
display: grid;
grid-template-columns: minmax(0, 3fr) minmax(0, 2.3fr);
gap: 32px;
align-items: stretch;
margin-bottom: 48px;
}
.hero-tag {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.14em;
color: var(--text-soft);
margin-bottom: 10px;
}
.hero-title {
font-size: clamp(30px, 4vw, 40px);
font-weight: 600;
letter-spacing: -0.03em;
margin-bottom: 20px;
line-height: 40px;
}
.hero-title span {
color: var(--accent);
}
.hero-body {
font-size: 15px;
color: var(--text-s
Open service 20.82.12.44:443 · www.teova.com
2025-12-22 16:50
HTTP/1.1 200 OK
Content-Length: 12415
Connection: close
Content-Type: text/html
Date: Mon, 22 Dec 2025 16:50:48 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "41667894"
Last-Modified: Tue, 02 Dec 2025 08:02:00 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: Teova – Game Development, Educational Apps & High-Tech Software
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Teova – Game Development, Educational Apps & High-Tech Software</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
<!-- SEO & Indexing -->
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://www.teova.com/" />
<!-- Open Graph / Social -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Teova – Game Development, Educational Apps & High-Tech Software" />
<meta property="og:description"
content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
<meta property="og:url" content="https://www.teova.com/" />
<meta property="og:site_name" content="Teova" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Teova – Game Development, Educational Apps & High-Tech Software" />
<meta name="twitter:description"
content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
<style>
:root {
--bg: #f7f9fb;
--text-main: #111827;
--text-soft: #4b5563;
--accent: #77a2bf;
--accent-soft: rgba(119, 162, 191, 0.10);
--projects-bg: #b91c1c;
--projects-text: #f9fafb;
--projects-text-soft: rgba(249, 250, 251, 0.85);
--projects-link: #fde68a;
--radius-lg: 18px;
--shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.08);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", sans-serif;
background: radial-gradient(circle at top, #f5f8fc 0, #f7f9fb 55%);
color: var(--text-main);
-webkit-font-smoothing: antialiased;
line-height: 1.6;
}
a {
color: inherit;
text-decoration: none;
}
.page {
max-width: 1040px;
margin: 0 auto;
padding: 32px 20px 56px;
}
header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
margin-bottom: 32px;
}
.brand {
display: inline-flex;
align-items: center;
gap: 12px;
}
.brand-logo {
width: 40px;
height: 40px;
border-radius: 8px;
overflow: hidden;
background: #ffffff;
box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
}
.brand-logo img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.brand-text-title {
font-size: 15px;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.brand-text-sub {
font-size: 12px;
color: var(--text-soft);
}
nav {
display: flex;
gap: 12px;
font-size: 14px;
flex-wrap: wrap;
}
nav a {
padding: 6px 10px;
border-radius: 999px;
color: var(--text-soft);
transition: background 0.15s ease-out, color 0.15s ease-out;
}
nav a:hover {
background: rgba(255, 255, 255, 0.9);
color: var(--text-main);
}
/* HERO */
.hero {
display: grid;
grid-template-columns: minmax(0, 3fr) minmax(0, 2.3fr);
gap: 32px;
align-items: stretch;
margin-bottom: 48px;
}
.hero-tag {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.14em;
color: var(--text-soft);
margin-bottom: 10px;
}
.hero-title {
font-size: clamp(30px, 4vw, 40px);
font-weight: 600;
letter-spacing: -0.03em;
margin-bottom: 20px;
line-height: 40px;
}
.hero-title span {
color: var(--accent);
}
.hero-body {
font-size: 15px;
color: var(--text-soft);
max-width: 530px;
Open service 20.99.157.72:443 · teova.com
2025-12-21 11:22
HTTP/1.1 200 OK
Content-Length: 12415
Connection: close
Content-Type: text/html
Date: Sun, 21 Dec 2025 11:22:05 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "41667894"
Last-Modified: Tue, 02 Dec 2025 08:02:00 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: Teova – Game Development, Educational Apps & High-Tech Software
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Teova – Game Development, Educational Apps & High-Tech Software</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
<!-- SEO & Indexing -->
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://www.teova.com/" />
<!-- Open Graph / Social -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Teova – Game Development, Educational Apps & High-Tech Software" />
<meta property="og:description"
content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
<meta property="og:url" content="https://www.teova.com/" />
<meta property="og:site_name" content="Teova" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Teova – Game Development, Educational Apps & High-Tech Software" />
<meta name="twitter:description"
content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
<style>
:root {
--bg: #f7f9fb;
--text-main: #111827;
--text-soft: #4b5563;
--accent: #77a2bf;
--accent-soft: rgba(119, 162, 191, 0.10);
--projects-bg: #b91c1c;
--projects-text: #f9fafb;
--projects-text-soft: rgba(249, 250, 251, 0.85);
--projects-link: #fde68a;
--radius-lg: 18px;
--shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.08);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", sans-serif;
background: radial-gradient(circle at top, #f5f8fc 0, #f7f9fb 55%);
color: var(--text-main);
-webkit-font-smoothing: antialiased;
line-height: 1.6;
}
a {
color: inherit;
text-decoration: none;
}
.page {
max-width: 1040px;
margin: 0 auto;
padding: 32px 20px 56px;
}
header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
margin-bottom: 32px;
}
.brand {
display: inline-flex;
align-items: center;
gap: 12px;
}
.brand-logo {
width: 40px;
height: 40px;
border-radius: 8px;
overflow: hidden;
background: #ffffff;
box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
}
.brand-logo img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.brand-text-title {
font-size: 15px;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.brand-text-sub {
font-size: 12px;
color: var(--text-soft);
}
nav {
display: flex;
gap: 12px;
font-size: 14px;
flex-wrap: wrap;
}
nav a {
padding: 6px 10px;
border-radius: 999px;
color: var(--text-soft);
transition: background 0.15s ease-out, color 0.15s ease-out;
}
nav a:hover {
background: rgba(255, 255, 255, 0.9);
color: var(--text-main);
}
/* HERO */
.hero {
display: grid;
grid-template-columns: minmax(0, 3fr) minmax(0, 2.3fr);
gap: 32px;
align-items: stretch;
margin-bottom: 48px;
}
.hero-tag {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.14em;
color: var(--text-soft);
margin-bottom: 10px;
}
.hero-title {
font-size: clamp(30px, 4vw, 40px);
font-weight: 600;
letter-spacing: -0.03em;
margin-bottom: 20px;
line-height: 40px;
}
.hero-title span {
color: var(--accent);
}
.hero-body {
font-size: 15px;
color: var(--text-soft);
max-width: 530px;
Open service 20.82.12.44:443 · www.teova.com
2025-12-20 17:46
HTTP/1.1 200 OK
Content-Length: 12415
Connection: close
Content-Type: text/html
Date: Sat, 20 Dec 2025 17:46:54 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "41667894"
Last-Modified: Tue, 02 Dec 2025 08:02:00 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: Teova – Game Development, Educational Apps & High-Tech Software
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Teova – Game Development, Educational Apps & High-Tech Software</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
<!-- SEO & Indexing -->
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://www.teova.com/" />
<!-- Open Graph / Social -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Teova – Game Development, Educational Apps & High-Tech Software" />
<meta property="og:description"
content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
<meta property="og:url" content="https://www.teova.com/" />
<meta property="og:site_name" content="Teova" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Teova – Game Development, Educational Apps & High-Tech Software" />
<meta name="twitter:description"
content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
<style>
:root {
--bg: #f7f9fb;
--text-main: #111827;
--text-soft: #4b5563;
--accent: #77a2bf;
--accent-soft: rgba(119, 162, 191, 0.10);
--projects-bg: #b91c1c;
--projects-text: #f9fafb;
--projects-text-soft: rgba(249, 250, 251, 0.85);
--projects-link: #fde68a;
--radius-lg: 18px;
--shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.08);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", sans-serif;
background: radial-gradient(circle at top, #f5f8fc 0, #f7f9fb 55%);
color: var(--text-main);
-webkit-font-smoothing: antialiased;
line-height: 1.6;
}
a {
color: inherit;
text-decoration: none;
}
.page {
max-width: 1040px;
margin: 0 auto;
padding: 32px 20px 56px;
}
header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
margin-bottom: 32px;
}
.brand {
display: inline-flex;
align-items: center;
gap: 12px;
}
.brand-logo {
width: 40px;
height: 40px;
border-radius: 8px;
overflow: hidden;
background: #ffffff;
box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
}
.brand-logo img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.brand-text-title {
font-size: 15px;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.brand-text-sub {
font-size: 12px;
color: var(--text-soft);
}
nav {
display: flex;
gap: 12px;
font-size: 14px;
flex-wrap: wrap;
}
nav a {
padding: 6px 10px;
border-radius: 999px;
color: var(--text-soft);
transition: background 0.15s ease-out, color 0.15s ease-out;
}
nav a:hover {
background: rgba(255, 255, 255, 0.9);
color: var(--text-main);
}
/* HERO */
.hero {
display: grid;
grid-template-columns: minmax(0, 3fr) minmax(0, 2.3fr);
gap: 32px;
align-items: stretch;
margin-bottom: 48px;
}
.hero-tag {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.14em;
color: var(--text-soft);
margin-bottom: 10px;
}
.hero-title {
font-size: clamp(30px, 4vw, 40px);
font-weight: 600;
letter-spacing: -0.03em;
margin-bottom: 20px;
line-height: 40px;
}
.hero-title span {
color: var(--accent);
}
.hero-body {
font-size: 15px;
color: var(--text-soft);
max-width: 530px;
Open service 20.99.157.72:443 · teova.com
2025-12-19 07:08
HTTP/1.1 200 OK
Content-Length: 12415
Connection: close
Content-Type: text/html
Date: Fri, 19 Dec 2025 07:08:48 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "41667894"
Last-Modified: Tue, 02 Dec 2025 08:02:00 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: Teova – Game Development, Educational Apps & High-Tech Software
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Teova – Game Development, Educational Apps & High-Tech Software</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
<!-- SEO & Indexing -->
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://www.teova.com/" />
<!-- Open Graph / Social -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Teova – Game Development, Educational Apps & High-Tech Software" />
<meta property="og:description"
content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
<meta property="og:url" content="https://www.teova.com/" />
<meta property="og:site_name" content="Teova" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Teova – Game Development, Educational Apps & High-Tech Software" />
<meta name="twitter:description"
content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
<style>
:root {
--bg: #f7f9fb;
--text-main: #111827;
--text-soft: #4b5563;
--accent: #77a2bf;
--accent-soft: rgba(119, 162, 191, 0.10);
--projects-bg: #b91c1c;
--projects-text: #f9fafb;
--projects-text-soft: rgba(249, 250, 251, 0.85);
--projects-link: #fde68a;
--radius-lg: 18px;
--shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.08);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", sans-serif;
background: radial-gradient(circle at top, #f5f8fc 0, #f7f9fb 55%);
color: var(--text-main);
-webkit-font-smoothing: antialiased;
line-height: 1.6;
}
a {
color: inherit;
text-decoration: none;
}
.page {
max-width: 1040px;
margin: 0 auto;
padding: 32px 20px 56px;
}
header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
margin-bottom: 32px;
}
.brand {
display: inline-flex;
align-items: center;
gap: 12px;
}
.brand-logo {
width: 40px;
height: 40px;
border-radius: 8px;
overflow: hidden;
background: #ffffff;
box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
}
.brand-logo img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.brand-text-title {
font-size: 15px;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.brand-text-sub {
font-size: 12px;
color: var(--text-soft);
}
nav {
display: flex;
gap: 12px;
font-size: 14px;
flex-wrap: wrap;
}
nav a {
padding: 6px 10px;
border-radius: 999px;
color: var(--text-soft);
transition: background 0.15s ease-out, color 0.15s ease-out;
}
nav a:hover {
background: rgba(255, 255, 255, 0.9);
color: var(--text-main);
}
/* HERO */
.hero {
display: grid;
grid-template-columns: minmax(0, 3fr) minmax(0, 2.3fr);
gap: 32px;
align-items: stretch;
margin-bottom: 48px;
}
.hero-tag {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.14em;
color: var(--text-soft);
margin-bottom: 10px;
}
.hero-title {
font-size: clamp(30px, 4vw, 40px);
font-weight: 600;
letter-spacing: -0.03em;
margin-bottom: 20px;
line-height: 40px;
}
.hero-title span {
color: var(--accent);
}
.hero-body {
font-size: 15px;
color: var(--text-soft);
max-width: 530px;
Open service 20.82.12.44:443 · www.teova.com
2025-12-19 06:27
HTTP/1.1 200 OK
Content-Length: 12415
Connection: close
Content-Type: text/html
Date: Fri, 19 Dec 2025 06:27:58 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "41667894"
Last-Modified: Tue, 02 Dec 2025 08:02:00 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: Teova – Game Development, Educational Apps & High-Tech Software
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Teova – Game Development, Educational Apps & High-Tech Software</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
<!-- SEO & Indexing -->
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://www.teova.com/" />
<!-- Open Graph / Social -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Teova – Game Development, Educational Apps & High-Tech Software" />
<meta property="og:description"
content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
<meta property="og:url" content="https://www.teova.com/" />
<meta property="og:site_name" content="Teova" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Teova – Game Development, Educational Apps & High-Tech Software" />
<meta name="twitter:description"
content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
<style>
:root {
--bg: #f7f9fb;
--text-main: #111827;
--text-soft: #4b5563;
--accent: #77a2bf;
--accent-soft: rgba(119, 162, 191, 0.10);
--projects-bg: #b91c1c;
--projects-text: #f9fafb;
--projects-text-soft: rgba(249, 250, 251, 0.85);
--projects-link: #fde68a;
--radius-lg: 18px;
--shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.08);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", sans-serif;
background: radial-gradient(circle at top, #f5f8fc 0, #f7f9fb 55%);
color: var(--text-main);
-webkit-font-smoothing: antialiased;
line-height: 1.6;
}
a {
color: inherit;
text-decoration: none;
}
.page {
max-width: 1040px;
margin: 0 auto;
padding: 32px 20px 56px;
}
header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
margin-bottom: 32px;
}
.brand {
display: inline-flex;
align-items: center;
gap: 12px;
}
.brand-logo {
width: 40px;
height: 40px;
border-radius: 8px;
overflow: hidden;
background: #ffffff;
box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
}
.brand-logo img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.brand-text-title {
font-size: 15px;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.brand-text-sub {
font-size: 12px;
color: var(--text-soft);
}
nav {
display: flex;
gap: 12px;
font-size: 14px;
flex-wrap: wrap;
}
nav a {
padding: 6px 10px;
border-radius: 999px;
color: var(--text-soft);
transition: background 0.15s ease-out, color 0.15s ease-out;
}
nav a:hover {
background: rgba(255, 255, 255, 0.9);
color: var(--text-main);
}
/* HERO */
.hero {
display: grid;
grid-template-columns: minmax(0, 3fr) minmax(0, 2.3fr);
gap: 32px;
align-items: stretch;
margin-bottom: 48px;
}
.hero-tag {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.14em;
color: var(--text-soft);
margin-bottom: 10px;
}
.hero-title {
font-size: clamp(30px, 4vw, 40px);
font-weight: 600;
letter-spacing: -0.03em;
margin-bottom: 20px;
line-height: 40px;
}
.hero-title span {
color: var(--accent);
}
.hero-body {
font-size: 15px;
color: var(--text-soft);
max-width: 530px;