-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (28 loc) · 1.21 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
<!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>Razai Zim's Blog</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
</head>
<body>
<div class="box">
<h1> <img class="dp" src="razai.jpg" alt="razai" height="128px" width="128px"> <br> Welcome to Zim’s Blog</h1><br><br>
<div class="section">
<img class="img2" src="image 2.png" alt="">
<h2>How to earn with blogging?</h2>
<p>All you need is something interesting to say and enough patience and dedication to build traffic and a following. But how do successful bloggers make their money? We've interviewed a couple of them to reveal their monetisation secrets.</p><br><br>
<a href="#">LEARN IT TODAY!</a>
</div>
</div>
<div>
<br><br>
<h3>ALL RIGHTS RESERVED BY ZIM</h3>
</div>
</body>
</html>