-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (26 loc) · 1.18 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>stickers</title>
<link rel="icon" type="images/x-icon" href="favicon.ico">
<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="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Pacifico&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="nnn.css">
</head>
<body>
<div class="container d-flex align-items-center h-100">
<div class="row">
<header class="text-center">
<strong><h1> Welcome to Basrich stickers</h1></strong>
<section class="text-center">
<hr>
<a href="https://mailchi.mp/42b09e8b419b/basrich"><button type="button" class="btn btn-primary btn-lg">Find out more</button></a>
</section>
</header>
</div>
</div>
</body>
</html>