-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjoke.html
41 lines (40 loc) · 1.42 KB
/
joke.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>GET JoKes</title>
<link rel="icon" href="public/images/laughing1.ico">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="public/css/styles.css">
<script defer src="https://use.fontawesome.com/releases/v5.15.3/js/all.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap" rel="stylesheet">
</head>
<body>
<header>
<section id="title">
<!--<div class="container-fluid">-->
<div class="sticky-top navcustom">
<nav class="navcustom navbar navbar-expand-md navbar-light">
<a class="navbar-brands" style="font-size: 3.0;" href="/"><i class="fas fa-grin-tears"></i> getJokes</a>
</nav>
</div>
</section>
</header>
<section>
<div class="container-fluid">
<h2>Jokes are :</h2>
</div>
</section>
<footer>
<section id="footer">
<div class="bottom-container">
<a class="social" href="https://twitter.com/OzairQayam">Contact Us</a>|
<a class="social" href="https://">Privacy Policy</a>|
<a class="social" href="">Terms & Conditions</a>
<p class="copy-right">© 2021 Qayam.Co.</p>
</div>
</section>
<script type="text/javascript" src="jokes.js"></script>
</footer>
</body>
</html>