-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (54 loc) · 1.77 KB
/
index.html
File metadata and controls
56 lines (54 loc) · 1.77 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="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Azat AI Blog Homepage</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="header">
<div class="logo">
<a href="#"><img src="./img/blogging.png" alt="" height="60px" class="icons"></a>
</div>
<div class="menu">
<ul>
<li><a href="#">HOME</a></li>
<li><a href="./blog page/index.html">BLOG</a></li>
<li><a href="./registration/index.html">SIGN UP</a></li>
<li><a href="#">ABOUT US</a></li>
</ul>
</div>
<div class="menulogo">
<a href="#"><img src="./img/menu.png" alt="" height="55px" class="icons"></a>
</div>
</div>
<div class="stroke"></div>
</header>
<div class="subheader">
<h1>WELCOME TO THE AZAT AI BLOG HOMEPAGE!</h1>
<p>Nice to meet you stranger!</p>
</div>
<div class="stroke"></div>
<div class="content">
<div class="subcontent">
<div class="first_block">
<h2>WRITE YOUR OWN BLOG!</h2>
<a href="#"><p align="center">Lets start begin!</p></a>
</div>
<div class="second_block">
</div>
<div class="button">
</div>
</div>
</div>
<footer>
<div class="footer">
<h3> All rights reserved</h3>
</div>
</footer>
</body>
</html>