-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweb.html
42 lines (40 loc) · 1.21 KB
/
web.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>
<head>
<title>new web</title>
<meta charset="utf-8">
<meta charset="utf-8" name="description" content="new website">
<meta name="sunil" content="sunil kumar">
<meta http-equiv="refresh" content="30">
<meta name="viewport" content="width=device-width;initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="web.css">
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700%7CPT+Serif:400,700,400italic' rel='stylesheet'>
<link href="https://fonts.googleapis.com/css?family=Montserrat|Open+Sans" rel="stylesheet">
</head>
<body>
<div class="bgimage">
<div class="menu">
<div class="leftmenu">
<h4>logic target</h4>
</div>
<div class="rightmenu">
<ul>
<li class="firstlist">Home</li>
<li>Blog</li>
<li>Sitemap</li>
<li>Youtube</li>
<li>Contact</li>
<li>About us</li>
</ul>
</div>
</div>
<div class="text">
<h4> DESIGN • DEVELOPMENT • BRANDING </h4>
<h1> CREATIVE & EXPERIENCED </h1>
<h3> WE ARE THE ONE OF THE WORLD’S TOP CREATIVE DESIGN AGENCIES </h3>
<button id="buttonone">Like</button>
<button id="buttontwo">Share</button>
</div>
</div>
</body>
</html>