-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (39 loc) · 1.26 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Project 01</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet" />
<link href="style.css" rel="stylesheet">
</head>
<body>
<div id="main">
<div id="left-top-left">
<div id="square"></div>
</div>
<div id="left-top-right">
<h4>Menu</h4>
<h5>Home Page</h5>
<h5>Portfolio</h5>
<h5>Fasion Week -©2021</h5>
<h5>News/Articles</h5>
<h5>Contact</h5>
<h6><i class="ri-menu-3-fill"></i></h6>
</div>
<div id="left-center">
<h1>Select</h1>
<h1>Fasion</h1>
<h1>Mod.05 -</h1>
<h1>Scene</h1>
</div>
<div id="left-bottom">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sequi aperiam dolorem voluptas iusto harum, cumque</p>
</div>
<div id="right">
<video src="./man model.mp4" autoplay loop muted></video>
</div>
<div id="arrow"><i class="ri-arrow-right-line"></i></div>
</div>
</body>
</html>