-
Notifications
You must be signed in to change notification settings - Fork 0
/
sleeper.html
32 lines (30 loc) · 1.55 KB
/
sleeper.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style2.css">
<title>sleeper</title>
</head>
<body>
<h1 style="text-align: left;text-decoration:solid; font-family: 'Times New Roman', Times, serif;font-size:40px;"> * MR.Adventure...</h1>
<footer style="text-align: center;">
<p>© 2022 THE GREAT OUTDOOR ALL rights reserved</p>
<div class="explore_bx">
<h3>social media :</h3>
<i class="fa fa-facebook-official" style="font-size:36px"></i>
<i class="fa fa-twitter" style="font-size:36px"></i>
<i class="fa fa-whatsapp" style="font-size:36px"></i>
<i class="fa fa-youtube-play" style="font-size:36px"></i>
<i class="fa fa-instagram" style="font-size:36px"></i>
</div>
</footer>
<script src="app.js"></script>
</body>
</html>