-
Notifications
You must be signed in to change notification settings - Fork 0
/
(task1)index.html
65 lines (59 loc) · 1.88 KB
/
(task1)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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>replit</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<head>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
</head>
</head>
<body>
<header>
<nav>
<div class="logo">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQCl6tIt9ugqcAHy-wTI3HHO-zwP9wg-f4J7Vl-5Be8Q_e2-EeM9HpgyYmC9NSdEUvFEzE&usqp=CAU" width="100">
</div>
<div class="menu">
<a href="#">Home</a>
<a href="#">Features</a>
<a href="#">Booking</a>
<a href="#">Login</a>
</div>
</nav>
<div class="line">
<div class="box1"></div><br>
<div class="box2"></div><br>
<div class="box3"></div>
</div>
<div class="container">
<div class="left animate__animated animate__lightSpeedInLeft ">
<h1>Future<br>on Your Hand</h1>
<button>order now</button>
</div>
<div class="right">
<img src="/wat3.png" class="animate__animated animate__heartBeat animate__delay-1s">
</div>
</div>
</header>
<footer>
<div class="s-icon animate__animated animate__flash animate__delay-2s">
<img src="/icon1.png">
<img src="/icon2.png">
<img src="/icon3.png">
<img src="/icon4.png">
</div>
</footer>
<script src="script.js"></script>
<!--
This script places a badge on your repl's full-browser view back to your repl's cover
page. Try various colors for the theme: dark, light, red, orange, yellow, lime, green,
teal, blue, blurple, magenta, pink!
-->
<script src="https://replit.com/public/js/replit-badge-v2.js" theme="dark" position="bottom-right"></script>
</body>
</html>