-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage.html
More file actions
46 lines (45 loc) · 1.33 KB
/
page.html
File metadata and controls
46 lines (45 loc) · 1.33 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
<!DOCTYPE html>
<html>
<head>
<title>Tokko Web</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="leftside">
<div class="heading">
<li id ="performa">
<span>Tokko Free</span>
</div>
<div class="menu_items">
</li>
<li id ="performa">
<span>Home</span>
</li>
<li id ="performa">
<span>Catalog</span>
</li>
<li id ="performa">
<span>Orders</span>
</li>
<li id ="performa">
<span>Marketing</span>
</li>
<li id ="performa">
<span>Settings</span>
</li>
</div>
</div>
<div class="rightside">
<div class="contents">
<h2>Create Ads in Google and Social Media</h2>
Utilize the biggest internet platorm such as Google,facebook and instagram to improve your custom base
<div class= "button_div"><button>subscribe to unlock ads</button></div>
</div>
<div class="image">
<img src="img.png"
/>
<!-- <h2 style="color:white">image </h2> -->
</div>
</div>
</body>
</html>