18 lines
No EOL
803 B
HTML
18 lines
No EOL
803 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Success!</title>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
|
|
</head>
|
|
<body>
|
|
<div class="p-5 mb-4 bg-light rounded-3">
|
|
<div class="container-fluid py-5">
|
|
<h1 class="display-5 fw-bold">Awesome!</h1>
|
|
<p class="col-md-8 fs-4">Thank you for signing up for our newsletter! Stay tuned for some epic gaming news from Rutgers Esports in the future!</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |