-
Notifications
You must be signed in to change notification settings - Fork 0
/
dons.html
44 lines (44 loc) · 1.99 KB
/
dons.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<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=Schoolbell&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Schoolbell', cursive;
}
</style>
</head>
<body>
<div class="container text-center">
<div class="row justify-content-md-center">
<div class="col-md-auto">
<img src="https://media1.tenor.com/m/UcCZSlsnUn4AAAAC/milk-and-mocha-bear-couple.gif" alt="cute cat lol">
</div>
</div>
<div class="row justify-content-md-center">
<div class="col-md-auto">
<h2>Get drunk at our favourite tavern, Uncle Dons?<br />
or the bar of your choice heheheh
</h2>
</div>
</div>
<div class="row justify-content-md-center">
<div class="col-md-auto">
<a href="thankYou.html">
<button type="button" class="btn btn-primary btn-lg">Accept Date?</button>
</a>
<a href="https://youtube.com/clip/Ugkx9WhCdvo0sq5Tlx7s0FjdaK1zVYBYebgc?si=HWFdI7joCctjTTja">
<button type="button" class="btn btn-danger btn-lg">No way jose</button>
</a>
</div>
</div>
</div>
</body>
</html>