-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
40 lines (25 loc) · 981 Bytes
/
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
<!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="./index.css">
<title>Example Web Site</title>
</head>
<body>
<div id="bacground_color">
<div id="background_img">
<img id="tag-1" src="./backgrund_img.webp" alt="img1" width="420px" height="520px">
<img id="tag-2" src="./backgrund_img2.webp" alt="img2" width="310px" height="120px">
<div id="about-tag">
<h3>Our Laborty</h3>
<p> Lorem, ipsum dolor sit amet consectetur adipisicing elit. Animi maiores autem alias!</p><br>
<p>images from <a href="#Freepik">Freepik</a> </p>
<button id="learn_more"> Learn More</button>
</div>
</div>
</div>
<script src="./index.js"></script>
</body>
</html>