-
Notifications
You must be signed in to change notification settings - Fork 328
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (35 loc) · 1.51 KB
/
index.html
File metadata and controls
38 lines (35 loc) · 1.51 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>dad hehe</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script>
</head>
<body>
<div style="text-align:center">
<img src="imgs/right-removebg-preview.png" alt="">
</div>
<div class="row d-flex align-items-center" style="margin-top:-20vh;">
<div class="row d-flex justify-content-center">
<!--Grid column-->
<div class="col-lg-6 col-md-6 col-sm-6 text-center" id="box">
Here you shall see magik
</div>
<!--Grid column-->
</div>
<br>
<br>
<br>
<div class=" text-center d-flex align-items-center justify-content-center" style="height: 5rem;">
<button type="button" class="btn btn-primary">Random Dad Joke</button>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
<script src="script.js"></script>
</body>
</html>