cloudflare
tcp/443 tcp/80 tcp/8443
Open service 104.18.5.249:80 · clarkus.co
2026-01-22 11:14
HTTP/1.1 301 Moved Permanently Date: Thu, 22 Jan 2026 11:14:44 GMT Content-Length: 0 Connection: close Location: https://clarkus.co/ set-cookie: __cf_bm=R7KytTXILXCqTcWutWMjKMUCyptFeS4O.R8uprvCw_0-1769080484.3245192-1.0.1.1-rdPAj_kcIL5qqkYvKopbOktcCk1EeIwtvFVRDnyLJMOMEiPE9Vi8bmgTzjcBpXGXgE.v2QRXticr76AWqKSp5ml9yOsRvYExPqSu8uDt_YvSxP5O1ORhxjLQoZmqnbW7; HttpOnly; Path=/; Domain=clarkus.co; Expires=Thu, 22 Jan 2026 11:44:44 GMT Server-Timing: cfEdge;dur=10,cfOrigin;dur=0 Server: cloudflare CF-RAY: 9c1ea123095ed3d4-BLR alt-svc: h3=":443"; ma=86400
Open service 2606:4700::6812:5f9:8443 · clarkus.co
2026-01-22 11:14
HTTP/1.1 522 <none> Date: Thu, 22 Jan 2026 11:15:04 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=19385,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9c1ea1287a1ea555-BLR alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 104.18.5.249:443 · clarkus.co
2026-01-22 11:14
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 11:14:44 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Last-Modified: Thu, 29 May 2025 21:18:33 GMT
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=8,cfOrigin;dur=147
vary: accept-encoding
set-cookie: __cf_bm=z0SriX8HlbDm3kzWasQKJlClMY5a5Yyv1gTmIzGcw_E-1769080484.4100919-1.0.1.1-aGGz31EQX9XJ.l1rqkKXd9ZLy_j6K7Qk0vKH2nF1wM_vradGTngFl8IkD0Jep5yfI4Yb8w66hM4PXILOztnxK8NkMQy4NL7P9oTOoIfQ3tnTwGNsE7bewQ9cCWYYRloy; HttpOnly; Secure; Path=/; Domain=clarkus.co; Expires=Thu, 22 Jan 2026 11:44:44 GMT
cf-cache-status: DYNAMIC
CF-RAY: 9c1ea1238d443dd6-EWR
alt-svc: h3=":443"; ma=86400
Page title: Clarkus
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Clarkus</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" />
<style>
:root {
--gray-bg: #f9fbfd;
--dark-bg: #0f172a;
--text-dark: #0f172a;
--text-muted: #64748b;
--primary: #3b82f6;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inter', sans-serif;
background-color: var(--gray-bg);
color: var(--text-dark);
line-height: 1.6;
}
.top-bar {
background-color: white;
display: flex;
justify-content: space-between;
align-items: center;
padding: 16px 32px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.top-bar .logo {
display: flex;
align-items: center;
font-size: 1.1rem;
font-weight: 700;
text-decoration: none;
color: var(--text-dark);
gap: 8px;
}
.top-bar .logo i {
font-size: 1.3rem;
color: var(--primary);
}
nav.nav-links {
display: flex;
gap: 24px;
}
nav.nav-links a {
text-decoration: none;
color: var(--text-dark);
font-weight: 500;
font-size: 0.95rem;
transition: color 0.2s ease;
}
nav.nav-links a:hover {
color: var(--primary);
}
.hero {
text-align: center;
padding: 80px 20px 40px;
}
.hero h1 {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 16px;
}
.hero p {
font-size: 1.125rem;
color: var(--text-muted);
max-width: 600px;
margin: 0 auto;
}
.dashboard-card {
max-width: 400px;
background-color: white;
padding: 24px;
margin: 40px auto;
border-radius: 12px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
text-align: center;
}
.dashboard-card h2 {
font-size: 1.25rem;
margin-bottom: 12px;
}
.dashboard-card a {
display: inline-block;
margin-top: 8px;
background-color: var(--primary);
color: white;
text-decoration: none;
padding: 10px 20px;
border-radius: 6px;
font-weight: 600;
transition: background-color 0.3s ease;
}
.dashboard-card a:hover {
background-color: #2563eb;
}
.features {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 32px;
padding: 60px 40px;
max-width: 1000px;
margin: 0 auto;
}
.feature {
background-color: white;
padding: 24px;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
text-align: center;
}
.feature h3 {
font-size: 1.2rem;
margin-bottom: 12px;
color: var(--text-dark);
}
.feature p {
font-size: 0.95rem;
color: var(--text-muted);
}
.feature-icon {
font-size: 2rem;
margin-bottom: 16px;
color: var(--primary);
}
footer {
text-align: center;
font-size: 0.9rem;
color: #999;
padding: 30px 20px;
}
@media (max-width: 600px) {
.top-bar {
flex-direction: column;
align-items: flex-start;
gap: 16px;
}
.nav-links {
flex-wrap: wrap;
gap: 12px;
}
.hero h1 {
font-size: 2rem;
}
.features {
padding: 40px 20px;
}
}
</style>
</head>
<body>
<div class="top-bar">
<a href="/" class="logo">
<i class="fas fa-share-nodes"></i>
clarkus.co
</a>
<nav class="nav-links">
<a href="/">Home</a>
<a href="/about">About Us</a>
<a href="/features">Features</a>
<a href="/pricing">Pricing</a>
<a href="/login">Login</a>
</nav>
</div>
<section cla
Open service 2606:4700::6812:4f9:8443 · clarkus.co
2026-01-22 11:14
HTTP/1.1 522 <none> Date: Thu, 22 Jan 2026 11:15:04 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=19746,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9c1ea128593740bc-SIN alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 2606:4700::6812:4f9:443 · clarkus.co
2026-01-22 11:14
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 11:14:44 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Last-Modified: Thu, 29 May 2025 21:18:33 GMT
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=11,cfOrigin;dur=71
vary: accept-encoding
set-cookie: __cf_bm=3VlpzQtYAFx_hBJMlyLLUX80MH6qAuO2XPdfp3j0nNY-1769080484.3214266-1.0.1.1-ig6TCyvNI2kRMLW.W3N2g9PrxZKN8akIPwpr8aw_tI.MAJBXKDc7KRAyQNwf0Rvg6zWJoGPdOzGzY62ZyfcMeXDAjoIvsgwZL4nJgOUF99o49jVQC4.C8n1kS3n85Xu_; HttpOnly; Secure; Path=/; Domain=clarkus.co; Expires=Thu, 22 Jan 2026 11:44:44 GMT
cf-cache-status: DYNAMIC
CF-RAY: 9c1ea12309344313-EWR
alt-svc: h3=":443"; ma=86400
Page title: Clarkus
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Clarkus</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" />
<style>
:root {
--gray-bg: #f9fbfd;
--dark-bg: #0f172a;
--text-dark: #0f172a;
--text-muted: #64748b;
--primary: #3b82f6;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inter', sans-serif;
background-color: var(--gray-bg);
color: var(--text-dark);
line-height: 1.6;
}
.top-bar {
background-color: white;
display: flex;
justify-content: space-between;
align-items: center;
padding: 16px 32px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.top-bar .logo {
display: flex;
align-items: center;
font-size: 1.1rem;
font-weight: 700;
text-decoration: none;
color: var(--text-dark);
gap: 8px;
}
.top-bar .logo i {
font-size: 1.3rem;
color: var(--primary);
}
nav.nav-links {
display: flex;
gap: 24px;
}
nav.nav-links a {
text-decoration: none;
color: var(--text-dark);
font-weight: 500;
font-size: 0.95rem;
transition: color 0.2s ease;
}
nav.nav-links a:hover {
color: var(--primary);
}
.hero {
text-align: center;
padding: 80px 20px 40px;
}
.hero h1 {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 16px;
}
.hero p {
font-size: 1.125rem;
color: var(--text-muted);
max-width: 600px;
margin: 0 auto;
}
.dashboard-card {
max-width: 400px;
background-color: white;
padding: 24px;
margin: 40px auto;
border-radius: 12px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
text-align: center;
}
.dashboard-card h2 {
font-size: 1.25rem;
margin-bottom: 12px;
}
.dashboard-card a {
display: inline-block;
margin-top: 8px;
background-color: var(--primary);
color: white;
text-decoration: none;
padding: 10px 20px;
border-radius: 6px;
font-weight: 600;
transition: background-color 0.3s ease;
}
.dashboard-card a:hover {
background-color: #2563eb;
}
.features {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 32px;
padding: 60px 40px;
max-width: 1000px;
margin: 0 auto;
}
.feature {
background-color: white;
padding: 24px;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
text-align: center;
}
.feature h3 {
font-size: 1.2rem;
margin-bottom: 12px;
color: var(--text-dark);
}
.feature p {
font-size: 0.95rem;
color: var(--text-muted);
}
.feature-icon {
font-size: 2rem;
margin-bottom: 16px;
color: var(--primary);
}
footer {
text-align: center;
font-size: 0.9rem;
color: #999;
padding: 30px 20px;
}
@media (max-width: 600px) {
.top-bar {
flex-direction: column;
align-items: flex-start;
gap: 16px;
}
.nav-links {
flex-wrap: wrap;
gap: 12px;
}
.hero h1 {
font-size: 2rem;
}
.features {
padding: 40px 20px;
}
}
</style>
</head>
<body>
<div class="top-bar">
<a href="/" class="logo">
<i class="fas fa-share-nodes"></i>
clarkus.co
</a>
<nav class="nav-links">
<a href="/">Home</a>
<a href="/about">About Us</a>
<a href="/features">Features</a>
<a href="/pricing">Pricing</a>
<a href="/login">Login</a>
</nav>
</div>
<section cla
Open service 104.18.5.249:8443 · clarkus.co
2026-01-22 11:14
HTTP/1.1 522 <none> Date: Thu, 22 Jan 2026 11:15:04 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=19284,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9c1ea1284fb0ac06-YYZ alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 104.18.4.249:443 · clarkus.co
2026-01-22 11:14
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 11:14:44 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Last-Modified: Thu, 29 May 2025 21:18:33 GMT
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=9,cfOrigin;dur=134
vary: accept-encoding
set-cookie: __cf_bm=.gjMyJI5NAlLUwzCsfrCub0GMV_wNqa2ISy0v7WbYbU-1769080484.3183737-1.0.1.1-eLaAj7H1kRTskAHm7zDirThfD57QvtQT1.92HJ1fN02BSSL3R.MxPZ7kwNsKKMjtrJc93m7qisAJLCswDenHRlwAA4INVzVmswNylPtuvv1rnNI39AzR9xVQwvwPO4KK; HttpOnly; Secure; Path=/; Domain=clarkus.co; Expires=Thu, 22 Jan 2026 11:44:44 GMT
cf-cache-status: DYNAMIC
CF-RAY: 9c1ea122faf7d73b-EWR
alt-svc: h3=":443"; ma=86400
Page title: Clarkus
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Clarkus</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" />
<style>
:root {
--gray-bg: #f9fbfd;
--dark-bg: #0f172a;
--text-dark: #0f172a;
--text-muted: #64748b;
--primary: #3b82f6;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inter', sans-serif;
background-color: var(--gray-bg);
color: var(--text-dark);
line-height: 1.6;
}
.top-bar {
background-color: white;
display: flex;
justify-content: space-between;
align-items: center;
padding: 16px 32px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.top-bar .logo {
display: flex;
align-items: center;
font-size: 1.1rem;
font-weight: 700;
text-decoration: none;
color: var(--text-dark);
gap: 8px;
}
.top-bar .logo i {
font-size: 1.3rem;
color: var(--primary);
}
nav.nav-links {
display: flex;
gap: 24px;
}
nav.nav-links a {
text-decoration: none;
color: var(--text-dark);
font-weight: 500;
font-size: 0.95rem;
transition: color 0.2s ease;
}
nav.nav-links a:hover {
color: var(--primary);
}
.hero {
text-align: center;
padding: 80px 20px 40px;
}
.hero h1 {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 16px;
}
.hero p {
font-size: 1.125rem;
color: var(--text-muted);
max-width: 600px;
margin: 0 auto;
}
.dashboard-card {
max-width: 400px;
background-color: white;
padding: 24px;
margin: 40px auto;
border-radius: 12px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
text-align: center;
}
.dashboard-card h2 {
font-size: 1.25rem;
margin-bottom: 12px;
}
.dashboard-card a {
display: inline-block;
margin-top: 8px;
background-color: var(--primary);
color: white;
text-decoration: none;
padding: 10px 20px;
border-radius: 6px;
font-weight: 600;
transition: background-color 0.3s ease;
}
.dashboard-card a:hover {
background-color: #2563eb;
}
.features {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 32px;
padding: 60px 40px;
max-width: 1000px;
margin: 0 auto;
}
.feature {
background-color: white;
padding: 24px;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
text-align: center;
}
.feature h3 {
font-size: 1.2rem;
margin-bottom: 12px;
color: var(--text-dark);
}
.feature p {
font-size: 0.95rem;
color: var(--text-muted);
}
.feature-icon {
font-size: 2rem;
margin-bottom: 16px;
color: var(--primary);
}
footer {
text-align: center;
font-size: 0.9rem;
color: #999;
padding: 30px 20px;
}
@media (max-width: 600px) {
.top-bar {
flex-direction: column;
align-items: flex-start;
gap: 16px;
}
.nav-links {
flex-wrap: wrap;
gap: 12px;
}
.hero h1 {
font-size: 2rem;
}
.features {
padding: 40px 20px;
}
}
</style>
</head>
<body>
<div class="top-bar">
<a href="/" class="logo">
<i class="fas fa-share-nodes"></i>
clarkus.co
</a>
<nav class="nav-links">
<a href="/">Home</a>
<a href="/about">About Us</a>
<a href="/features">Features</a>
<a href="/pricing">Pricing</a>
<a href="/login">Login</a>
</nav>
</div>
<section cla
Open service 104.18.4.249:80 · clarkus.co
2026-01-22 11:14
HTTP/1.1 301 Moved Permanently Date: Thu, 22 Jan 2026 11:14:44 GMT Content-Length: 0 Connection: close Location: https://clarkus.co/ set-cookie: __cf_bm=pOZtWMnVVW2kRn3HuD_To94KdMDTUxSgWASoSr9lFgk-1769080484.1492667-1.0.1.1-uzrPqn8OjCh6gx1zvMqTNTH9li4ji.grDQCvfaLJXJXbqpCSQzTXbcwvBFe7NdvXNKWRLK_BECd4wDMp2KKAqaF9sYmjt8bf_7jhM.qUOwkENsoIwjiH2TreWbTpYoOi; HttpOnly; Path=/; Domain=clarkus.co; Expires=Thu, 22 Jan 2026 11:44:44 GMT Server-Timing: cfEdge;dur=13,cfOrigin;dur=0 Server: cloudflare CF-RAY: 9c1ea121ed46aa26-LHR alt-svc: h3=":443"; ma=86400
Open service 104.18.4.249:8443 · clarkus.co
2026-01-22 11:14
HTTP/1.1 522 <none> Date: Thu, 22 Jan 2026 11:15:04 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=19395,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9c1ea1281e0b2bc6-FRA alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 2606:4700::6812:4f9:80 · clarkus.co
2026-01-22 11:14
HTTP/1.1 301 Moved Permanently Date: Thu, 22 Jan 2026 11:14:44 GMT Content-Length: 0 Connection: close Location: https://clarkus.co/ set-cookie: __cf_bm=BbOhx_GXZ4z50TzwMqrv9yJ7lwc6kYKgvhtlNONuFWM-1769080484.1375368-1.0.1.1-pwFQc1ADFCWhlbW_IL7GU1YntSNQp3AmMUGEKZMPvc6vQT3rMgZo9ks8ccada99HJiTdcu3C4I84uqiF_u3AD6TX2LK4PxA74V5xVf5QqLl2.VhFLdKtJggTZ8u1VfbW; HttpOnly; Path=/; Domain=clarkus.co; Expires=Thu, 22 Jan 2026 11:44:44 GMT Server-Timing: cfEdge;dur=16,cfOrigin;dur=0 Server: cloudflare CF-RAY: 9c1ea121dbf407ca-FRA alt-svc: h3=":443"; ma=86400
Open service 2606:4700::6812:5f9:443 · clarkus.co
2026-01-22 11:14
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 11:14:44 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Last-Modified: Thu, 29 May 2025 21:18:33 GMT
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=18,cfOrigin;dur=150
vary: accept-encoding
set-cookie: __cf_bm=EP0LHw9gy5y6YR1lpo7MX5h5mMOl93F_KUznEsIYRFY-1769080484.4484534-1.0.1.1-yJnq99omaXThZ6i1ZkN7ZLDy1OhyTm7s7_xC2gRd9IlQS.dl468Fce91Kl6Lagy_1oYi_IoO5NFVh1VQr1FbIed5JjhFAL.sgFEZWmo1IO39rT.AgIWill5Xl75vWmFz; HttpOnly; Secure; Path=/; Domain=clarkus.co; Expires=Thu, 22 Jan 2026 11:44:44 GMT
cf-cache-status: DYNAMIC
CF-RAY: 9c1ea123c98792c9-FRA
alt-svc: h3=":443"; ma=86400
Page title: Clarkus
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Clarkus</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" />
<style>
:root {
--gray-bg: #f9fbfd;
--dark-bg: #0f172a;
--text-dark: #0f172a;
--text-muted: #64748b;
--primary: #3b82f6;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inter', sans-serif;
background-color: var(--gray-bg);
color: var(--text-dark);
line-height: 1.6;
}
.top-bar {
background-color: white;
display: flex;
justify-content: space-between;
align-items: center;
padding: 16px 32px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.top-bar .logo {
display: flex;
align-items: center;
font-size: 1.1rem;
font-weight: 700;
text-decoration: none;
color: var(--text-dark);
gap: 8px;
}
.top-bar .logo i {
font-size: 1.3rem;
color: var(--primary);
}
nav.nav-links {
display: flex;
gap: 24px;
}
nav.nav-links a {
text-decoration: none;
color: var(--text-dark);
font-weight: 500;
font-size: 0.95rem;
transition: color 0.2s ease;
}
nav.nav-links a:hover {
color: var(--primary);
}
.hero {
text-align: center;
padding: 80px 20px 40px;
}
.hero h1 {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 16px;
}
.hero p {
font-size: 1.125rem;
color: var(--text-muted);
max-width: 600px;
margin: 0 auto;
}
.dashboard-card {
max-width: 400px;
background-color: white;
padding: 24px;
margin: 40px auto;
border-radius: 12px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
text-align: center;
}
.dashboard-card h2 {
font-size: 1.25rem;
margin-bottom: 12px;
}
.dashboard-card a {
display: inline-block;
margin-top: 8px;
background-color: var(--primary);
color: white;
text-decoration: none;
padding: 10px 20px;
border-radius: 6px;
font-weight: 600;
transition: background-color 0.3s ease;
}
.dashboard-card a:hover {
background-color: #2563eb;
}
.features {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 32px;
padding: 60px 40px;
max-width: 1000px;
margin: 0 auto;
}
.feature {
background-color: white;
padding: 24px;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
text-align: center;
}
.feature h3 {
font-size: 1.2rem;
margin-bottom: 12px;
color: var(--text-dark);
}
.feature p {
font-size: 0.95rem;
color: var(--text-muted);
}
.feature-icon {
font-size: 2rem;
margin-bottom: 16px;
color: var(--primary);
}
footer {
text-align: center;
font-size: 0.9rem;
color: #999;
padding: 30px 20px;
}
@media (max-width: 600px) {
.top-bar {
flex-direction: column;
align-items: flex-start;
gap: 16px;
}
.nav-links {
flex-wrap: wrap;
gap: 12px;
}
.hero h1 {
font-size: 2rem;
}
.features {
padding: 40px 20px;
}
}
</style>
</head>
<body>
<div class="top-bar">
<a href="/" class="logo">
<i class="fas fa-share-nodes"></i>
clarkus.co
</a>
<nav class="nav-links">
<a href="/">Home</a>
<a href="/about">About Us</a>
<a href="/features">Features</a>
<a href="/pricing">Pricing</a>
<a href="/login">Login</a>
</nav>
</div>
<section cla
Open service 2606:4700::6812:5f9:80 · clarkus.co
2026-01-22 11:14
HTTP/1.1 301 Moved Permanently Date: Thu, 22 Jan 2026 11:14:44 GMT Content-Length: 0 Connection: close Location: https://clarkus.co/ set-cookie: __cf_bm=BxlI1H7ua3Eg2ISIJxBt0gsLQ_NxDmOqljC2X_ZVhII-1769080484.10304-1.0.1.1-KZES4BjZl0XxahXhUW6VxLBJHFkrNPBMF1k7f1Q85mKxKB_eXTeDwj0.pj1k7ogyURrJBaPfYScZUlzHNFmdDeRDlz6f9m69O0Q7A6QSVOWERXvBD70uvV0Uq18y.5q2; HttpOnly; Path=/; Domain=clarkus.co; Expires=Thu, 22 Jan 2026 11:44:44 GMT Server-Timing: cfEdge;dur=15,cfOrigin;dur=0 Server: cloudflare CF-RAY: 9c1ea121aa06d266-FRA alt-svc: h3=":443"; ma=86400