-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 1.32 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Guilda Entertainment</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="centeredIntro container d-flex align-items-center h-100">
<div class="row mainRow">
<header class="text-center col-12">
<h1 id="firstHeader" class="text-uppercase"><strong>The Most Guildas of Entertainments</strong></h1><br>
</header>
<div class="buffer col-12"></div>
<section class="text-center buttonSection col-12">
<hr>
<a href="https://mailchi.mp/968ee7b63cdd/guilda-landing-page">
<button class="btn btn-primary">Find out More</button>
</a>
</section>
</div>
</div>
</body>
</html>