Meta Description" name="description" />
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>A.R Gaming</title>
<style>
*{margin:0;padding:0;box-sizing:border-box;font-family:'Segoe UI',sans-serif}
body{background:#0d0d0d;color:#fff;line-height:1.6}
header{background:linear-gradient(90deg,#6a00f4,#ff0066);padding:20px;text-align:center}
header h1{font-size:2.5rem;letter-spacing:2px}
header p{opacity:0.8}
nav{background:#1a1a1a;padding:15px;text-align:center}
nav a{color:#fff;text-decoration:none;margin:0 15px;font-weight:500}
nav a:hover{color:#ff0066}
.hero{background:url('https://images.unsplash.com/photo-1550745165-9bc0b252726f?q=80&w=2070') center/cover;height:60vh;display:flex;align-items:center;justify-content:center;text-align:center}
.hero h2{font-size:3rem;background:rgba(0,0,0,0.6);padding:20px;border-radius:10px}
.container{max-width:1200px;margin:40px auto;padding:0 20px}
h3{font-size:2rem;margin-bottom:20px;color:#ff0066}
.games{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}
.card{background:#1a1a1a;border-radius:12px;overflow:hidden;transition:0.3s}
.card:hover{transform:translateY(-8px);box-shadow:0 10px 20px rgba(255,0,102,0.3)}
.card img{width:100%;height:160px;object-fit:cover}
.card h4{padding:15px;font-size:1.2rem}
footer{text-align:center;padding:20px;background:#1a1a1a;margin-top:40px;color:#aaa}
.btn{display:inline-block;margin-top:10px;padding:10px 20px;background:#6a00f4;color:#fff;text-decoration:none;border-radius:8px}
.btn:hover{background:#ff0066}
</style>
</head>
<body>
<header>
<h1>A.R GAMING</h1>
<p>Play the Best Games Online - Free & Fun</p>
</header>
<nav>
<a href="#home">Home</a>
<a href="#games">Games</a>
<a href="#about">About</a>
<a href="#contact">Contact</a>
</nav>
<section class="hero" id="home">
<h2>Welcome to A.R Gaming World</h2>
</section>
<div class="container" id="games">
<h3>Featured Games</h3>
<div class="games">
<div class="card">
<img src="https://images.unsplash.com/photo-1612287231137-592e57239e90?q=80&w=800" alt="Ludo">
<h4>Ludo Online <a href="#" class="btn">Play Now</a></h4>
</div>
<div class="card">
<img src="https://images.unsplash.com/photo-1512578047-dfb367046420?q=80&w=800" alt="8 Ball Pool">
<h4>8 Ball Pool <a href="#" class="btn">Play Now</a></h4>
</div>
<div class="card">
<img src="https://images.unsplash.com/photo-1614294149010-950b698f72c0?q=80&w=800" alt="Subway Surfers">
<h4>Subway Surfers <a href="#" class="btn">Play Now</a></h4>
</div>
<div class="card">
<img src="https://images.unsplash.com/photo-1550745165-9bc0b252726f?q=80&w=800" alt="Candy Crush">
<h4>Candy Crush Saga <a href="#" class="btn">Play Now</a></h4>
</div>
</div>
</div>
<div class="container" id="about">
<h3>About A.R Gaming</h3>
<p>A.R Gaming is your one-stop destination for the most popular online games. We bring you Ludo, Pool, Racing, Puzzle, and Arcade games all in one place. No download needed, just open and play!</p>
</div>
<footer id="contact">
<p>© 2026 A.R Gaming | Contact: contact@argaming.com</p>
</footer>
</body>
</html>6
2
411KB
410KB
93.0ms
128.0ms
217.0ms