nginx 1.27.2
tcp/80
Open service 50.6.3.226:80 Β· mail.lightspiregames.com
2026-01-23 15:21
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 15:21:23 GMT
Server: nginx/1.27.2
Content-Type: text/html
Content-Length: 5008
Last-Modified: Fri, 23 Jan 2026 07:12:59 GMT
Vary: Accept-Encoding
X-Server-Cache: true
X-Proxy-Cache: HIT
Accept-Ranges: bytes
Page title: LightSpire Game Studios
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LightSpire Game Studios</title>
<link href="https://unpkg.com/aos@2.3.4/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://lightspiregames.com/css/style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css">
</head>
<body>
<!-- HEADER -->
<header class="site-header">
<div class="container header-inner">
<div class="logo">
<a href="./"><img src="./images/logo.png" alt="LightSpire Logo" /></a>
</div>
<nav class="nav">
<ul class="nav-links">
<li><a href="./about.html">About Us</a></li>
<li><a href="./games.html">Games</a></li>
<li><a href="./faith.html">Faith</a></li>
<li><a href="./contact.html">Contact Us</a></li>
</ul>
</nav>
<a href="./contact.html" class="btn header-btn">Contact us</a>
<button class="hamburger" aria-label="Menu">
<span></span>
<span></span>
<span></span>
</button>
</div>
</header>
<!-- HERO -->
<section class="homeblock1">
<div class="container hero">
<img src="./images/slider-logo-1.png" alt="LightSpire Logo Large" class="hero-logo page-load-delay-1 page-load" />
<p class="hero-verse">
I am the light of the world. Whoever follows me shall not walk in darkness,
but shall have the light of life. β John 12:8
</p>
<p class="hero-text">
We craft games where light overcomes darkness. Explore our worlds, shaped by truth.
</p>
<a href="./games.html" class="btn">Explore Our Games</a>
</div>
</section>
<!-- GAMEPLAY -->
<section class="homeblock2">
<div class="container gameplay">
<div class="container-wrap">
<img src="./images/slider-logo-1.png" data-aos="fade-down" alt="Gameplay Logo" />
<p data-aos="fade-up">Gameplay refers to the interactive experience players have while playing your game
β the mechanics, rules, player objectives, level design, difficulty progression, and more.
Itβs what makes the game fun, challenging, and rewarding.
</p>
<a href="./games.html" data-aos="fade-up" class="btn">Play Now</a>
</div>
</div>
</section>
<!-- BLOGS -->
<section class="homeblock3" style="display:none;">
<div class="container">
<h2 class="section-title" data-aos="fade-down">Latest Blogs</h2>
<div class="blog-grid" data-aos="fade-up">
<a href="#" class="blog-card">
<img src="./images/blog1.png" alt="Blog 1" />
<h4>Top 5 Mistakes New Game Developers Make</h3>
</a>
<a href="#" class="blog-card">
<img src="./images/blog2.png" alt="Blog 2" />
<h4>Should You Use Unity or Godot in 2025?</h3>
</a>
<a href="#" class="blog-card">
<img src="./images/blog3.png" alt="Blog 3" />
<h4>Game Jams: Why They're the Best Way to Level Up</h3>
</a>
</div>
</div>
</section>
<!-- NEWSLETTER -->
<!-- FOOTER -->
<footer class="site-footer">
<section class="homeblock4">
<div class="container newsletter">
<div data-aos="fade-right">
<h1>Stay Up to Date</h1>
<p>Hey Game Maker! π</p>
<p>
Whether you're building your first pixelated platformer or crafting
the next open-world epic, we've got your back.
</p>
</div>
<form class="newsletter-form" data-aos="fade-left">
<input type="email" placeholder="Enter Email" />
<button type="submit" class="btn">Submit</button>
</form>
</div>
</section>
<div class="container footer-grid">
<div>
<img src="./images/ftr-logo.png" alt="Footer Logo" />
<div class="socials">
<a href="#"><i class="fa-brands fa-facebook-f"></i></a>
<a href="#"><i class="fa-brands fa-x-twitter"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-youtube"></i></a>
<a href="#"><i class="fa-brands fa-linkedin"></i></a>
<a href="#"><i clas