-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (48 loc) · 1.81 KB
/
index.html
File metadata and controls
56 lines (48 loc) · 1.81 KB
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
<!doctype html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Document</title>
<link rel="stylesheet" href="001.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="002.css">
<link rel="stylesheet" href="003.css">
<link rel="stylesheet" href="003.css">
<link rel="stylesheet" href="007.css">
<link rel="stylesheet" href="header.css">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="footer.css">
<link rel="stylesheet" href="003.css">
<link rel="stylesheet" href="003.css">
<link rel="stylesheet" href="008.css">
<link rel="stylesheet" href="113.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="112.css">
<link rel="stylesheet" href="111.css">
</head>
<body>
<header>
<h1>hello</h1>
<h2>hi</h2>
<h5>tanks</h5>
</header>
<main>
<h1>how are you</h1>
<p>good moorning</p>
<h2>Im Developer</h2>
<h3>hello</h3>
<h6>good</h6>
</main>
<footer>
<div>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ad consectetur debitis error esse est eum
expedita fugiat hic id laboriosam magni mollitia natus quam ratione rerum suscipit, ullam unde velit.
</div>
<div>Alias cum minus similique suscipit unde, voluptas. Architecto cumque id sint velit voluptatum. Architecto,
aut distinctio facilis hic laborum laudantium libero modi molestiae necessitatibus nisi quis quisquam
repudiandae rerum sapiente!
</div>
</footer>
</body>
</html>