<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Aroma CCCam Registration</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
body { background-color: #f8f9fa; }
.form-container {
margin: 50px auto;
padding: 30px;
border-radius: 10px;
background: #fff;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
</style>
</head>
<body>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-6">
<div class="form-container">
<h2 class="text-center mb-4">
<a href="https://aromatv.online" target="_blank"><strong>Aroma IPTV</strong></a> 1 Day Free CCCam Registration
</h2>
<form method="POST" action="">
<input type="hidden" name="csrf_token" value="2370f383c64f5e4a976905d94ab1bb9285436bea0b637a08daffd5c624876cf7">
<div class="mb-3">
<label for="username" class="form-label">Username</label>
<input type="text" name="username" id="username" class="form-control" required>
</div>
<div class="mb-3">
<label for="email" class="form-label">Email Address</label>
<input type="email" name="email" id="email" class="form-control" required>
</div>
<button type="submit" class="btn btn-primary w-100">Register</button>
</form>
</div>
</div>
</div>
</div>
</body>
</html>