GitHub.com
tcp/443 tcp/80
Open service 2606:50c0:8000::153:80 · simplexsolar.in
2026-02-07 12:57
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html x-origin-cache: HIT Location: https://simplexsolar.in/ X-GitHub-Request-Id: 72DA:662F6:AFED17:B2A7EA:698736B9 Accept-Ranges: bytes Age: 0 Date: Sat, 07 Feb 2026 12:57:29 GMT Via: 1.1 varnish X-Served-By: cache-vie6338-VIE X-Cache: MISS X-Cache-Hits: 0 X-Timer: S1770469050.682602,VS0,VE112 Vary: Accept-Encoding X-Fastly-Request-ID: bf6f09bfd8cb41d390e10392e0b37e17ae03babc Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.110.153:80 · simplexsolar.in
2026-02-07 12:57
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html x-origin-cache: HIT Location: https://simplexsolar.in/ X-GitHub-Request-Id: 8A7E:30F50C:AFCB64:B285AC:698736B9 Accept-Ranges: bytes Age: 0 Date: Sat, 07 Feb 2026 12:57:29 GMT Via: 1.1 varnish X-Served-By: cache-rtm-ehrd2290058-RTM X-Cache: MISS X-Cache-Hits: 0 X-Timer: S1770469050.647601,VS0,VE106 Vary: Accept-Encoding X-Fastly-Request-ID: 45833df8e1b635affcaf196144cbca1d8f7014eb Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.111.153:80 · simplexsolar.in
2026-02-07 12:57
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://simplexsolar.in/ X-GitHub-Request-Id: C7CA:9817D:B42994:B6EDCA:698736B9 Accept-Ranges: bytes Age: 0 Date: Sat, 07 Feb 2026 12:57:29 GMT Via: 1.1 varnish X-Served-By: cache-fra-eddf8230104-FRA X-Cache: MISS X-Cache-Hits: 0 X-Timer: S1770469050.618644,VS0,VE96 Vary: Accept-Encoding X-Fastly-Request-ID: 92f63b5b686ce043e0c5b4b492145f8dc829884b Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.110.153:443 · simplexsolar.in
2026-01-22 10:37
HTTP/1.1 200 OK
Connection: close
Content-Length: 12488
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Sun, 09 Nov 2025 08:59:42 GMT
Access-Control-Allow-Origin: *
Strict-Transport-Security: max-age=31556952
ETag: "691057fe-30c8"
expires: Thu, 22 Jan 2026 10:47:01 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: 26BE:37ED63:1150134:1199C1B:6971FDCD
Accept-Ranges: bytes
Date: Thu, 22 Jan 2026 10:37:03 GMT
Via: 1.1 varnish
Age: 1
X-Served-By: cache-sin-wsat1880044-SIN
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1769078223.010739,VS0,VE1
Vary: Accept-Encoding
X-Fastly-Request-ID: 9cdeb758aa638e12e3224c1e6a75dd958002fc06
Page title: Solarship Energies - Powering India's Future
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Solarship Energies - Powering India's Future</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
color: #333;
}
header {
background-color: #1a5f7a;
color: white;
padding: 1rem;
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
nav ul {
list-style-type: none;
padding: 0;
display: flex;
justify-content: space-evenly;
margin: 0;
}
nav ul li a {
color: white;
text-decoration: none;
}
.hero {
background: linear-gradient(to right, #2193b0, #6dd5ed);
color: white;
text-align: center;
padding: 4rem 2rem;
margin-top: 80px;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 2rem;
}
.grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
}
.card {
border: 1px solid #ddd;
border-radius: 8px;
padding: 1rem;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn {
display: inline-block;
background-color: #1a5f7a;
color: white;
padding: 0.5rem 1rem;
text-decoration: none;
border-radius: 5px;
cursor: pointer;
}
img {
max-width: 100%;
height: auto;
border-radius: 8px;
}
footer {
background-color: #1a5f7a;
color: white;
text-align: center;
padding: 1rem;
}
form {
max-width: 600px;
margin: 2rem auto;
padding: 1.5rem;
background-color: #f9f9f9;
border: 1px solid #ddd;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
form label {
font-weight: bold;
margin-top: 10px;
}
form input, form select, form textarea {
width: 100%;
padding: 10px;
margin-top: 5px;
border: 1px solid #ccc;
border-radius: 4px;
}
form button {
margin-top: 15px;
padding: 10px;
width: 100%;
background-color: #28a745;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}
form button:hover {
background-color: #218838;
}
@media (max-width: 768px) {
.hero {
padding: 2rem 1rem;
margin-top: 100px;
}
nav ul {
flex-wrap: wrap;
justify-content: space-between;
padding: 0 1rem;
}
}
/* Call-to-Action Button */
.contact-cta {
text-align: center;
margin: 2rem 0;
}
.btn-call {
display: inline-flex;
align-items: center;
background: linear-gradient(135deg, #00A85A, #00D084);
color: white;
padding: 0.75rem 1.25rem;
border-radius: 50px;
font-size: 1.125rem;
font-weight: 600;
text-decoration: none;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
animation: pulse 2.5s infinite;
transition: transform 0.2s;
}
.btn-call:hover {
transform: scale(1.05);
box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}
.phone-icon
Open service 2606:50c0:8002::153:80 · www.simplexsolar.in
2026-01-22 10:37
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://simplexsolar.in/ X-GitHub-Request-Id: 5C3E:10288F:11A3DFC:11ED94F:6971FDCD Accept-Ranges: bytes Date: Thu, 22 Jan 2026 10:37:02 GMT Via: 1.1 varnish Age: 1 X-Served-By: cache-vie6356-VIE X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1769078223.752005,VS0,VE2 Vary: Accept-Encoding X-Fastly-Request-ID: 541bbe6827bf7880a67e2dc6678b92ce43d4d318 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.109.153:80 · simplexsolar.in
2026-01-22 10:37
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://simplexsolar.in/ X-GitHub-Request-Id: C34E:2E0AAF:11BB54C:12051E0:6971FDCD Accept-Ranges: bytes Date: Thu, 22 Jan 2026 10:37:02 GMT Via: 1.1 varnish Age: 1 X-Served-By: cache-rtm-ehrd2290037-RTM X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1769078223.838651,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: 86f80da1b4a1a4b7552726ac7a51db4d0161347b Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.108.153:80 · simplexsolar.in
2026-01-22 10:37
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://simplexsolar.in/ X-GitHub-Request-Id: 9956:11B545:235879:24965D:6971FDCC Accept-Ranges: bytes Date: Thu, 22 Jan 2026 10:37:02 GMT Via: 1.1 varnish Age: 1 X-Served-By: cache-sin-wsat1880032-SIN X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1769078223.895649,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: 32691c15efc7888e89731d3745d772cca52cd8f9 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.108.153:443 · www.simplexsolar.in
2026-01-22 10:37
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://simplexsolar.in/ X-GitHub-Request-Id: 4666:F0DDC:1144364:118DD75:6971FDCD Accept-Ranges: bytes Date: Thu, 22 Jan 2026 10:37:02 GMT Via: 1.1 varnish Age: 1 X-Served-By: cache-rtm-ehrd2290057-RTM X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1769078223.722156,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: e63aaf7c5655f39204b9a44bb0422c04e3c99daa Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.111.153:80 · simplexsolar.in
2026-01-22 10:37
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html x-origin-cache: HIT Location: https://simplexsolar.in/ X-GitHub-Request-Id: 33BC:A75AA:112E43B:1177C65:6971FDCD Accept-Ranges: bytes Date: Thu, 22 Jan 2026 10:37:02 GMT Via: 1.1 varnish Age: 1 X-Served-By: cache-vie6377-VIE X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1769078223.804340,VS0,VE2 Vary: Accept-Encoding X-Fastly-Request-ID: 837076369f7e1e5f5104d53b842897f721f4b67f Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8003::153:80 · simplexsolar.in
2026-01-22 10:37
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html x-origin-cache: HIT Location: https://simplexsolar.in/ X-GitHub-Request-Id: 33BC:A75AA:112E43B:1177C65:6971FDCD Accept-Ranges: bytes Date: Thu, 22 Jan 2026 10:37:02 GMT Via: 1.1 varnish Age: 1 X-Served-By: cache-vie6322-VIE X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1769078223.680832,VS0,VE2 Vary: Accept-Encoding X-Fastly-Request-ID: 3ed1def3185fb772a81efbc4bb058d94dabd6497 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.111.153:443 · simplexsolar.in
2026-01-22 10:37
HTTP/1.1 200 OK
Connection: close
Content-Length: 12488
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Sun, 09 Nov 2025 08:59:42 GMT
Access-Control-Allow-Origin: *
Strict-Transport-Security: max-age=31556952
ETag: "691057fe-30c8"
expires: Thu, 22 Jan 2026 10:15:54 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: A7E4:F370E:10F3088:113A838:6971F682
Accept-Ranges: bytes
Date: Thu, 22 Jan 2026 10:37:02 GMT
Via: 1.1 varnish
Age: 1
X-Served-By: cache-fra-eddf8230152-FRA
X-Cache: HIT
X-Cache-Hits: 7
X-Timer: S1769078223.809625,VS0,VE5
Vary: Accept-Encoding
X-Fastly-Request-ID: 318a81fb146400256aae908797a4a0acc621e865
Page title: Solarship Energies - Powering India's Future
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Solarship Energies - Powering India's Future</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
color: #333;
}
header {
background-color: #1a5f7a;
color: white;
padding: 1rem;
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
nav ul {
list-style-type: none;
padding: 0;
display: flex;
justify-content: space-evenly;
margin: 0;
}
nav ul li a {
color: white;
text-decoration: none;
}
.hero {
background: linear-gradient(to right, #2193b0, #6dd5ed);
color: white;
text-align: center;
padding: 4rem 2rem;
margin-top: 80px;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 2rem;
}
.grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
}
.card {
border: 1px solid #ddd;
border-radius: 8px;
padding: 1rem;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn {
display: inline-block;
background-color: #1a5f7a;
color: white;
padding: 0.5rem 1rem;
text-decoration: none;
border-radius: 5px;
cursor: pointer;
}
img {
max-width: 100%;
height: auto;
border-radius: 8px;
}
footer {
background-color: #1a5f7a;
color: white;
text-align: center;
padding: 1rem;
}
form {
max-width: 600px;
margin: 2rem auto;
padding: 1.5rem;
background-color: #f9f9f9;
border: 1px solid #ddd;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
form label {
font-weight: bold;
margin-top: 10px;
}
form input, form select, form textarea {
width: 100%;
padding: 10px;
margin-top: 5px;
border: 1px solid #ccc;
border-radius: 4px;
}
form button {
margin-top: 15px;
padding: 10px;
width: 100%;
background-color: #28a745;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}
form button:hover {
background-color: #218838;
}
@media (max-width: 768px) {
.hero {
padding: 2rem 1rem;
margin-top: 100px;
}
nav ul {
flex-wrap: wrap;
justify-content: space-between;
padding: 0 1rem;
}
}
/* Call-to-Action Button */
.contact-cta {
text-align: center;
margin: 2rem 0;
}
.btn-call {
display: inline-flex;
align-items: center;
background: linear-gradient(135deg, #00A85A, #00D084);
color: white;
padding: 0.75rem 1.25rem;
border-radius: 50px;
font-size: 1.125rem;
font-weight: 600;
text-decoration: none;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
animation: pulse 2.5s infinite;
transition: transform 0.2s;
}
.btn-call:hover {
transform: scale(1.05);
box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}
.phone-icon
Open service 2606:50c0:8001::153:80 · simplexsolar.in
2026-01-22 10:37
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://simplexsolar.in/ X-GitHub-Request-Id: C056:35ECE4:10EAEDA:1132FD6:6971F680 Accept-Ranges: bytes Date: Thu, 22 Jan 2026 10:37:02 GMT Via: 1.1 varnish Age: 1870 X-Served-By: cache-fra-eddf8230069-FRA X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1769078223.781918,VS0,VE2 Vary: Accept-Encoding X-Fastly-Request-ID: c96d93d9498235b5555328f746d36bcfe39ddcc0 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.109.153:443 · simplexsolar.in
2026-01-22 10:37
HTTP/1.1 200 OK
Connection: close
Content-Length: 12488
Server: GitHub.com
Content-Type: text/html; charset=utf-8
x-origin-cache: HIT
Last-Modified: Sun, 09 Nov 2025 08:59:42 GMT
Access-Control-Allow-Origin: *
Strict-Transport-Security: max-age=31556952
ETag: "691057fe-30c8"
expires: Thu, 22 Jan 2026 10:47:01 GMT
Cache-Control: max-age=600
x-proxy-cache: HIT
X-GitHub-Request-Id: 6CE1:36EF9A:9A2F1F:A554A4:6971FDCC
Accept-Ranges: bytes
Date: Thu, 22 Jan 2026 10:37:02 GMT
Via: 1.1 varnish
Age: 1
X-Served-By: cache-lga21921-LGA
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1769078223.654612,VS0,VE1
Vary: Accept-Encoding
X-Fastly-Request-ID: 840bfe1a1440e5d7cac4a1640ac01d8c88ad8a91
Page title: Solarship Energies - Powering India's Future
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Solarship Energies - Powering India's Future</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
color: #333;
}
header {
background-color: #1a5f7a;
color: white;
padding: 1rem;
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
nav ul {
list-style-type: none;
padding: 0;
display: flex;
justify-content: space-evenly;
margin: 0;
}
nav ul li a {
color: white;
text-decoration: none;
}
.hero {
background: linear-gradient(to right, #2193b0, #6dd5ed);
color: white;
text-align: center;
padding: 4rem 2rem;
margin-top: 80px;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 2rem;
}
.grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
}
.card {
border: 1px solid #ddd;
border-radius: 8px;
padding: 1rem;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn {
display: inline-block;
background-color: #1a5f7a;
color: white;
padding: 0.5rem 1rem;
text-decoration: none;
border-radius: 5px;
cursor: pointer;
}
img {
max-width: 100%;
height: auto;
border-radius: 8px;
}
footer {
background-color: #1a5f7a;
color: white;
text-align: center;
padding: 1rem;
}
form {
max-width: 600px;
margin: 2rem auto;
padding: 1.5rem;
background-color: #f9f9f9;
border: 1px solid #ddd;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
form label {
font-weight: bold;
margin-top: 10px;
}
form input, form select, form textarea {
width: 100%;
padding: 10px;
margin-top: 5px;
border: 1px solid #ccc;
border-radius: 4px;
}
form button {
margin-top: 15px;
padding: 10px;
width: 100%;
background-color: #28a745;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}
form button:hover {
background-color: #218838;
}
@media (max-width: 768px) {
.hero {
padding: 2rem 1rem;
margin-top: 100px;
}
nav ul {
flex-wrap: wrap;
justify-content: space-between;
padding: 0 1rem;
}
}
/* Call-to-Action Button */
.contact-cta {
text-align: center;
margin: 2rem 0;
}
.btn-call {
display: inline-flex;
align-items: center;
background: linear-gradient(135deg, #00A85A, #00D084);
color: white;
padding: 0.75rem 1.25rem;
border-radius: 50px;
font-size: 1.125rem;
font-weight: 600;
text-decoration: none;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
animation: pulse 2.5s infinite;
transition: transform 0.2s;
}
.btn-call:hover {
transform: scale(1.05);
box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}
.phone-icon
Open service 2606:50c0:8001::153:443 · simplexsolar.in
2026-01-22 10:37
HTTP/1.1 200 OK
Connection: close
Content-Length: 12488
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Sun, 09 Nov 2025 08:59:42 GMT
Access-Control-Allow-Origin: *
Strict-Transport-Security: max-age=31556952
ETag: "691057fe-30c8"
expires: Thu, 22 Jan 2026 10:15:54 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: A7E4:F370E:10F3088:113A838:6971F682
Accept-Ranges: bytes
Date: Thu, 22 Jan 2026 10:37:02 GMT
Via: 1.1 varnish
Age: 1
X-Served-By: cache-fra-eddf8230159-FRA
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1769078223.807300,VS0,VE2
Vary: Accept-Encoding
X-Fastly-Request-ID: 36e76cec50a75c297218cefc759377d68f856cf2
Page title: Solarship Energies - Powering India's Future
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Solarship Energies - Powering India's Future</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
color: #333;
}
header {
background-color: #1a5f7a;
color: white;
padding: 1rem;
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
nav ul {
list-style-type: none;
padding: 0;
display: flex;
justify-content: space-evenly;
margin: 0;
}
nav ul li a {
color: white;
text-decoration: none;
}
.hero {
background: linear-gradient(to right, #2193b0, #6dd5ed);
color: white;
text-align: center;
padding: 4rem 2rem;
margin-top: 80px;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 2rem;
}
.grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
}
.card {
border: 1px solid #ddd;
border-radius: 8px;
padding: 1rem;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn {
display: inline-block;
background-color: #1a5f7a;
color: white;
padding: 0.5rem 1rem;
text-decoration: none;
border-radius: 5px;
cursor: pointer;
}
img {
max-width: 100%;
height: auto;
border-radius: 8px;
}
footer {
background-color: #1a5f7a;
color: white;
text-align: center;
padding: 1rem;
}
form {
max-width: 600px;
margin: 2rem auto;
padding: 1.5rem;
background-color: #f9f9f9;
border: 1px solid #ddd;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
form label {
font-weight: bold;
margin-top: 10px;
}
form input, form select, form textarea {
width: 100%;
padding: 10px;
margin-top: 5px;
border: 1px solid #ccc;
border-radius: 4px;
}
form button {
margin-top: 15px;
padding: 10px;
width: 100%;
background-color: #28a745;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}
form button:hover {
background-color: #218838;
}
@media (max-width: 768px) {
.hero {
padding: 2rem 1rem;
margin-top: 100px;
}
nav ul {
flex-wrap: wrap;
justify-content: space-between;
padding: 0 1rem;
}
}
/* Call-to-Action Button */
.contact-cta {
text-align: center;
margin: 2rem 0;
}
.btn-call {
display: inline-flex;
align-items: center;
background: linear-gradient(135deg, #00A85A, #00D084);
color: white;
padding: 0.75rem 1.25rem;
border-radius: 50px;
font-size: 1.125rem;
font-weight: 600;
text-decoration: none;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
animation: pulse 2.5s infinite;
transition: transform 0.2s;
}
.btn-call:hover {
transform: scale(1.05);
box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}
.phone-icon
Open service 185.199.111.153:443 · www.simplexsolar.in
2026-01-22 10:37
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html x-origin-cache: HIT Location: https://simplexsolar.in/ X-GitHub-Request-Id: 9C08:269F9E:21D087:2312C9:6971FDCD Accept-Ranges: bytes Date: Thu, 22 Jan 2026 10:37:02 GMT Via: 1.1 varnish Age: 1 X-Served-By: cache-lon420092-LON X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1769078223.641530,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: 93c12e5ef74fd05d853d0d50a337779f10a4610f Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.109.153:443 · www.simplexsolar.in
2026-01-22 10:37
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://simplexsolar.in/ X-GitHub-Request-Id: 84EA:381FA:11752F7:11BEE23:6971FDCC Accept-Ranges: bytes Date: Thu, 22 Jan 2026 10:37:02 GMT Via: 1.1 varnish Age: 1 X-Served-By: cache-fra-eddf8230074-FRA X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1769078223.747844,VS0,VE2 Vary: Accept-Encoding X-Fastly-Request-ID: e956be37c25900c9e03ebc9e0c83294575fd3cef Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8001::153:80 · www.simplexsolar.in
2026-01-22 10:37
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://simplexsolar.in/ X-GitHub-Request-Id: 9AEA:19A11F:21926C:22D484:6971FDCE Accept-Ranges: bytes Age: 0 Date: Thu, 22 Jan 2026 10:37:02 GMT Via: 1.1 varnish X-Served-By: cache-lon420096-LON X-Cache: MISS X-Cache-Hits: 0 X-Timer: S1769078223.691940,VS0,VE88 Vary: Accept-Encoding X-Fastly-Request-ID: 886e250798deac662947c8dcb40bc55f20466761 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8003::153:443 · www.simplexsolar.in
2026-01-22 10:37
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://simplexsolar.in/ X-GitHub-Request-Id: 91EC:CB38:A4D7F:A8C73:6971FDCB Accept-Ranges: bytes Date: Thu, 22 Jan 2026 10:37:02 GMT Via: 1.1 varnish Age: 1 X-Served-By: cache-lcy-egml8630073-LCY X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1769078223.715841,VS0,VE2 Vary: Accept-Encoding X-Fastly-Request-ID: d9feb545c6fe29adecf3559439474ca6cb36d85d Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.111.153:80 · www.simplexsolar.in
2026-01-22 10:37
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://simplexsolar.in/ X-GitHub-Request-Id: 2F2B:1E6F50:2169E8:22AC12:6971FDCD Accept-Ranges: bytes Date: Thu, 22 Jan 2026 10:37:02 GMT Via: 1.1 varnish Age: 1 X-Served-By: cache-lcy-egml8630036-LCY X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1769078223.690826,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: cbda8b3f29fd8b4509ff72478520a6b67402ab22 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8000::153:80 · www.simplexsolar.in
2026-01-22 10:37
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html x-origin-cache: HIT Location: https://simplexsolar.in/ X-GitHub-Request-Id: D516:3BC00D:113E305:1187D11:6971FDCD Accept-Ranges: bytes Date: Thu, 22 Jan 2026 10:37:02 GMT Via: 1.1 varnish Age: 1 X-Served-By: cache-fra-eddf8230097-FRA X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1769078223.729948,VS0,VE2 Vary: Accept-Encoding X-Fastly-Request-ID: 41ae734774602f39f4e5fa1cd54f9eea98e030fb Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.109.153:80 · www.simplexsolar.in
2026-01-22 10:37
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html x-origin-cache: HIT Location: https://simplexsolar.in/ X-GitHub-Request-Id: D516:3BC00D:113E305:1187D11:6971FDCD Accept-Ranges: bytes Date: Thu, 22 Jan 2026 10:37:02 GMT Via: 1.1 varnish Age: 1 X-Served-By: cache-fra-eddf8230157-FRA X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1769078223.728258,VS0,VE2 Vary: Accept-Encoding X-Fastly-Request-ID: fcd2983745e6c7657f7870c7e48fd745840ae554 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8000::153:443 · simplexsolar.in
2026-01-22 10:37
HTTP/1.1 200 OK
Connection: close
Content-Length: 12488
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Sun, 09 Nov 2025 08:59:42 GMT
Access-Control-Allow-Origin: *
Strict-Transport-Security: max-age=31556952
ETag: "691057fe-30c8"
expires: Thu, 22 Jan 2026 10:15:54 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: A7E4:F370E:10F3088:113A838:6971F682
Accept-Ranges: bytes
Date: Thu, 22 Jan 2026 10:37:02 GMT
Via: 1.1 varnish
Age: 1
X-Served-By: cache-fra-eddf8230128-FRA
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1769078223.609638,VS0,VE2
Vary: Accept-Encoding
X-Fastly-Request-ID: 0a4649c8d3d74bc4d3c3f7aab3e459515878326b
Page title: Solarship Energies - Powering India's Future
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Solarship Energies - Powering India's Future</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
color: #333;
}
header {
background-color: #1a5f7a;
color: white;
padding: 1rem;
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
nav ul {
list-style-type: none;
padding: 0;
display: flex;
justify-content: space-evenly;
margin: 0;
}
nav ul li a {
color: white;
text-decoration: none;
}
.hero {
background: linear-gradient(to right, #2193b0, #6dd5ed);
color: white;
text-align: center;
padding: 4rem 2rem;
margin-top: 80px;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 2rem;
}
.grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
}
.card {
border: 1px solid #ddd;
border-radius: 8px;
padding: 1rem;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn {
display: inline-block;
background-color: #1a5f7a;
color: white;
padding: 0.5rem 1rem;
text-decoration: none;
border-radius: 5px;
cursor: pointer;
}
img {
max-width: 100%;
height: auto;
border-radius: 8px;
}
footer {
background-color: #1a5f7a;
color: white;
text-align: center;
padding: 1rem;
}
form {
max-width: 600px;
margin: 2rem auto;
padding: 1.5rem;
background-color: #f9f9f9;
border: 1px solid #ddd;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
form label {
font-weight: bold;
margin-top: 10px;
}
form input, form select, form textarea {
width: 100%;
padding: 10px;
margin-top: 5px;
border: 1px solid #ccc;
border-radius: 4px;
}
form button {
margin-top: 15px;
padding: 10px;
width: 100%;
background-color: #28a745;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}
form button:hover {
background-color: #218838;
}
@media (max-width: 768px) {
.hero {
padding: 2rem 1rem;
margin-top: 100px;
}
nav ul {
flex-wrap: wrap;
justify-content: space-between;
padding: 0 1rem;
}
}
/* Call-to-Action Button */
.contact-cta {
text-align: center;
margin: 2rem 0;
}
.btn-call {
display: inline-flex;
align-items: center;
background: linear-gradient(135deg, #00A85A, #00D084);
color: white;
padding: 0.75rem 1.25rem;
border-radius: 50px;
font-size: 1.125rem;
font-weight: 600;
text-decoration: none;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
animation: pulse 2.5s infinite;
transition: transform 0.2s;
}
.btn-call:hover {
transform: scale(1.05);
box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}
.phone-icon
Open service 2606:50c0:8001::153:443 · www.simplexsolar.in
2026-01-22 10:37
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://simplexsolar.in/ X-GitHub-Request-Id: 4666:F0DDC:1144364:118DD75:6971FDCD Accept-Ranges: bytes Date: Thu, 22 Jan 2026 10:37:02 GMT Via: 1.1 varnish Age: 1 X-Served-By: cache-rtm-ehrd2290028-RTM X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1769078223.721512,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: 82ed0ea0c45ba068cbd9c986efe839766a3d63ff Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8003::153:80 · www.simplexsolar.in
2026-01-22 10:37
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://simplexsolar.in/ X-GitHub-Request-Id: 27B6:35ECE4:1160096:11A99DF:6971FDCD Accept-Ranges: bytes Date: Thu, 22 Jan 2026 10:37:02 GMT Via: 1.1 varnish Age: 1 X-Served-By: cache-rtm-ehrd2290025-RTM X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1769078223.597508,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: e66674b65d74a699378544bd6836b069c16278b4 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8000::153:80 · simplexsolar.in
2026-01-22 10:37
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://simplexsolar.in/ X-GitHub-Request-Id: C056:35ECE4:10EAEDA:1132FD6:6971F680 Accept-Ranges: bytes Date: Thu, 22 Jan 2026 10:37:02 GMT Via: 1.1 varnish Age: 1869 X-Served-By: cache-fra-eddf8230024-FRA X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1769078223.582450,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: b5adec819015d563a2e01c16a4765d711aa7f61d Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8002::153:443 · www.simplexsolar.in
2026-01-22 10:37
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html x-origin-cache: HIT Location: https://simplexsolar.in/ X-GitHub-Request-Id: 5F58:19AED8:9EC5FC:A9E1BC:6971FDCD Accept-Ranges: bytes Date: Thu, 22 Jan 2026 10:37:02 GMT Via: 1.1 varnish Age: 1 X-Served-By: cache-lga21944-LGA X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1769078223.587165,VS0,VE2 Vary: Accept-Encoding X-Fastly-Request-ID: 35792c9b63c8bb84de4b643557494e4990b05af5 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.110.153:80 · simplexsolar.in
2026-01-22 10:37
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://simplexsolar.in/ X-GitHub-Request-Id: BF3A:3E8473:18C940:1AF8AD:6971FDCC Accept-Ranges: bytes Date: Thu, 22 Jan 2026 10:37:02 GMT Via: 1.1 varnish Age: 1 X-Served-By: cache-lga21935-LGA X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1769078223.575272,VS0,VE2 Vary: Accept-Encoding X-Fastly-Request-ID: 2f7383c741b8ff9dddc504adf3e490482273165b Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8002::153:80 · simplexsolar.in
2026-01-22 10:37
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://simplexsolar.in/ X-GitHub-Request-Id: C056:35ECE4:10EAEDA:1132FD6:6971F680 Accept-Ranges: bytes Date: Thu, 22 Jan 2026 10:37:02 GMT Via: 1.1 varnish Age: 1869 X-Served-By: cache-fra-eddf8230174-FRA X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1769078223.549389,VS0,VE2 Vary: Accept-Encoding X-Fastly-Request-ID: b13619fd8f5b18bcec636663b4c2f7b3d3107c24 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.108.153:443 · simplexsolar.in
2026-01-22 10:37
HTTP/1.1 200 OK
Connection: close
Content-Length: 12488
Server: GitHub.com
Content-Type: text/html; charset=utf-8
x-origin-cache: HIT
Last-Modified: Sun, 09 Nov 2025 08:59:42 GMT
Access-Control-Allow-Origin: *
Strict-Transport-Security: max-age=31556952
ETag: "691057fe-30c8"
expires: Thu, 22 Jan 2026 10:47:01 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: E98A:EB136:93A0DC:9EBC9E:6971FDCC
Accept-Ranges: bytes
Date: Thu, 22 Jan 2026 10:37:02 GMT
Via: 1.1 varnish
Age: 1
X-Served-By: cache-yyz4569-YYZ
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1769078223.579490,VS0,VE1
Vary: Accept-Encoding
X-Fastly-Request-ID: 85ddfea3410bcc010e1ae0bf0c1b5ddf69e798ab
Page title: Solarship Energies - Powering India's Future
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Solarship Energies - Powering India's Future</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
color: #333;
}
header {
background-color: #1a5f7a;
color: white;
padding: 1rem;
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
nav ul {
list-style-type: none;
padding: 0;
display: flex;
justify-content: space-evenly;
margin: 0;
}
nav ul li a {
color: white;
text-decoration: none;
}
.hero {
background: linear-gradient(to right, #2193b0, #6dd5ed);
color: white;
text-align: center;
padding: 4rem 2rem;
margin-top: 80px;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 2rem;
}
.grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
}
.card {
border: 1px solid #ddd;
border-radius: 8px;
padding: 1rem;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn {
display: inline-block;
background-color: #1a5f7a;
color: white;
padding: 0.5rem 1rem;
text-decoration: none;
border-radius: 5px;
cursor: pointer;
}
img {
max-width: 100%;
height: auto;
border-radius: 8px;
}
footer {
background-color: #1a5f7a;
color: white;
text-align: center;
padding: 1rem;
}
form {
max-width: 600px;
margin: 2rem auto;
padding: 1.5rem;
background-color: #f9f9f9;
border: 1px solid #ddd;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
form label {
font-weight: bold;
margin-top: 10px;
}
form input, form select, form textarea {
width: 100%;
padding: 10px;
margin-top: 5px;
border: 1px solid #ccc;
border-radius: 4px;
}
form button {
margin-top: 15px;
padding: 10px;
width: 100%;
background-color: #28a745;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}
form button:hover {
background-color: #218838;
}
@media (max-width: 768px) {
.hero {
padding: 2rem 1rem;
margin-top: 100px;
}
nav ul {
flex-wrap: wrap;
justify-content: space-between;
padding: 0 1rem;
}
}
/* Call-to-Action Button */
.contact-cta {
text-align: center;
margin: 2rem 0;
}
.btn-call {
display: inline-flex;
align-items: center;
background: linear-gradient(135deg, #00A85A, #00D084);
color: white;
padding: 0.75rem 1.25rem;
border-radius: 50px;
font-size: 1.125rem;
font-weight: 600;
text-decoration: none;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
animation: pulse 2.5s infinite;
transition: transform 0.2s;
}
.btn-call:hover {
transform: scale(1.05);
box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}
.phone-icon
Open service 185.199.108.153:80 · www.simplexsolar.in
2026-01-22 10:37
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html x-origin-cache: HIT Location: https://simplexsolar.in/ X-GitHub-Request-Id: D516:3BC00D:113E305:1187D11:6971FDCD Accept-Ranges: bytes Date: Thu, 22 Jan 2026 10:37:02 GMT Via: 1.1 varnish Age: 1 X-Served-By: cache-fra-eddf8230137-FRA X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1769078223.668388,VS0,VE2 Vary: Accept-Encoding X-Fastly-Request-ID: e8776e0071fd99e02cb0716403281aac00131508 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.110.153:443 · www.simplexsolar.in
2026-01-22 10:37
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://simplexsolar.in/ X-GitHub-Request-Id: 91EC:CB38:A4D7F:A8C73:6971FDCB Accept-Ranges: bytes Date: Thu, 22 Jan 2026 10:37:02 GMT Via: 1.1 varnish Age: 1 X-Served-By: cache-lcy-egml8630074-LCY X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1769078223.615745,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: e8c416638dd563c94edf83842a678da10a104500 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8000::153:443 · www.simplexsolar.in
2026-01-22 10:37
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://simplexsolar.in/ X-GitHub-Request-Id: 91EC:CB38:A4D7F:A8C73:6971FDCB Accept-Ranges: bytes Date: Thu, 22 Jan 2026 10:37:02 GMT Via: 1.1 varnish Age: 1 X-Served-By: cache-lcy-egml8630074-LCY X-Cache: HIT X-Cache-Hits: 2 X-Timer: S1769078223.615641,VS0,VE2 Vary: Accept-Encoding X-Fastly-Request-ID: b3b431fdd9cbd220252a71612c170df8d36c931e Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8002::153:443 · simplexsolar.in
2026-01-22 10:37
HTTP/1.1 200 OK
Connection: close
Content-Length: 12488
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Sun, 09 Nov 2025 08:59:42 GMT
Access-Control-Allow-Origin: *
Strict-Transport-Security: max-age=31556952
ETag: "691057fe-30c8"
expires: Thu, 22 Jan 2026 10:15:54 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: A7E4:F370E:10F3088:113A838:6971F682
Accept-Ranges: bytes
Date: Thu, 22 Jan 2026 10:37:02 GMT
Via: 1.1 varnish
Age: 1
X-Served-By: cache-fra-eddf8230126-FRA
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1769078223.598282,VS0,VE4
Vary: Accept-Encoding
X-Fastly-Request-ID: 8236d271eb7413912f8d5a76aa42764a2987e55f
Page title: Solarship Energies - Powering India's Future
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Solarship Energies - Powering India's Future</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
color: #333;
}
header {
background-color: #1a5f7a;
color: white;
padding: 1rem;
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
nav ul {
list-style-type: none;
padding: 0;
display: flex;
justify-content: space-evenly;
margin: 0;
}
nav ul li a {
color: white;
text-decoration: none;
}
.hero {
background: linear-gradient(to right, #2193b0, #6dd5ed);
color: white;
text-align: center;
padding: 4rem 2rem;
margin-top: 80px;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 2rem;
}
.grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
}
.card {
border: 1px solid #ddd;
border-radius: 8px;
padding: 1rem;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn {
display: inline-block;
background-color: #1a5f7a;
color: white;
padding: 0.5rem 1rem;
text-decoration: none;
border-radius: 5px;
cursor: pointer;
}
img {
max-width: 100%;
height: auto;
border-radius: 8px;
}
footer {
background-color: #1a5f7a;
color: white;
text-align: center;
padding: 1rem;
}
form {
max-width: 600px;
margin: 2rem auto;
padding: 1.5rem;
background-color: #f9f9f9;
border: 1px solid #ddd;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
form label {
font-weight: bold;
margin-top: 10px;
}
form input, form select, form textarea {
width: 100%;
padding: 10px;
margin-top: 5px;
border: 1px solid #ccc;
border-radius: 4px;
}
form button {
margin-top: 15px;
padding: 10px;
width: 100%;
background-color: #28a745;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}
form button:hover {
background-color: #218838;
}
@media (max-width: 768px) {
.hero {
padding: 2rem 1rem;
margin-top: 100px;
}
nav ul {
flex-wrap: wrap;
justify-content: space-between;
padding: 0 1rem;
}
}
/* Call-to-Action Button */
.contact-cta {
text-align: center;
margin: 2rem 0;
}
.btn-call {
display: inline-flex;
align-items: center;
background: linear-gradient(135deg, #00A85A, #00D084);
color: white;
padding: 0.75rem 1.25rem;
border-radius: 50px;
font-size: 1.125rem;
font-weight: 600;
text-decoration: none;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
animation: pulse 2.5s infinite;
transition: transform 0.2s;
}
.btn-call:hover {
transform: scale(1.05);
box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}
.phone-icon
Open service 185.199.110.153:80 · www.simplexsolar.in
2026-01-22 10:37
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://simplexsolar.in/ X-GitHub-Request-Id: 27B6:35ECE4:1160096:11A99DF:6971FDCD Accept-Ranges: bytes Date: Thu, 22 Jan 2026 10:37:02 GMT Via: 1.1 varnish Age: 1 X-Served-By: cache-rtm-ehrd2290050-RTM X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1769078223.597702,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: 60f66610ed0ddca015868c6b7378076e81db4b77 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8003::153:443 · simplexsolar.in
2026-01-22 10:37
HTTP/1.1 200 OK
Connection: close
Content-Length: 12488
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Sun, 09 Nov 2025 08:59:42 GMT
Access-Control-Allow-Origin: *
Strict-Transport-Security: max-age=31556952
ETag: "691057fe-30c8"
expires: Thu, 22 Jan 2026 10:15:54 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: A7E4:F370E:10F3088:113A838:6971F682
Accept-Ranges: bytes
Date: Thu, 22 Jan 2026 10:37:02 GMT
Via: 1.1 varnish
Age: 1
X-Served-By: cache-fra-eddf8230170-FRA
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1769078223.599993,VS0,VE2
Vary: Accept-Encoding
X-Fastly-Request-ID: a9ac551c51a0ecf67c3735a2fb8a2fed6cae87ed
Page title: Solarship Energies - Powering India's Future
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Solarship Energies - Powering India's Future</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
color: #333;
}
header {
background-color: #1a5f7a;
color: white;
padding: 1rem;
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
nav ul {
list-style-type: none;
padding: 0;
display: flex;
justify-content: space-evenly;
margin: 0;
}
nav ul li a {
color: white;
text-decoration: none;
}
.hero {
background: linear-gradient(to right, #2193b0, #6dd5ed);
color: white;
text-align: center;
padding: 4rem 2rem;
margin-top: 80px;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 2rem;
}
.grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
}
.card {
border: 1px solid #ddd;
border-radius: 8px;
padding: 1rem;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn {
display: inline-block;
background-color: #1a5f7a;
color: white;
padding: 0.5rem 1rem;
text-decoration: none;
border-radius: 5px;
cursor: pointer;
}
img {
max-width: 100%;
height: auto;
border-radius: 8px;
}
footer {
background-color: #1a5f7a;
color: white;
text-align: center;
padding: 1rem;
}
form {
max-width: 600px;
margin: 2rem auto;
padding: 1.5rem;
background-color: #f9f9f9;
border: 1px solid #ddd;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
form label {
font-weight: bold;
margin-top: 10px;
}
form input, form select, form textarea {
width: 100%;
padding: 10px;
margin-top: 5px;
border: 1px solid #ccc;
border-radius: 4px;
}
form button {
margin-top: 15px;
padding: 10px;
width: 100%;
background-color: #28a745;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}
form button:hover {
background-color: #218838;
}
@media (max-width: 768px) {
.hero {
padding: 2rem 1rem;
margin-top: 100px;
}
nav ul {
flex-wrap: wrap;
justify-content: space-between;
padding: 0 1rem;
}
}
/* Call-to-Action Button */
.contact-cta {
text-align: center;
margin: 2rem 0;
}
.btn-call {
display: inline-flex;
align-items: center;
background: linear-gradient(135deg, #00A85A, #00D084);
color: white;
padding: 0.75rem 1.25rem;
border-radius: 50px;
font-size: 1.125rem;
font-weight: 600;
text-decoration: none;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
animation: pulse 2.5s infinite;
transition: transform 0.2s;
}
.btn-call:hover {
transform: scale(1.05);
box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}
.phone-icon