-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (29 loc) · 1.09 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
32
<html>
<head>
<title> My first website </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="banner">
<div class="navbar">
<img scr="C:\Users\acer\OneDrive\Desktop\design\sushant.jpg" class="logo">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">ABOUT</a></li>
<li><a href="#">SERVICES</a></li>
<li><a href="#">PAGES</a></li>
<li><a href="#">BLOG</a></li>
</ul>
</div>
<div class="content">
<h1>SUSHANT ROY</h1>
<P>I AM A CREATIVE DESIGNER.</P>
<p>My Portfolio Is A Representation Of All That I Have Learned And Accomplished As A Student.</p>
<div>
<button type="button"><span></span>IMAGES</button>
<button type="button"><span></span>CONTACT</button>
</div>
</div>
</div>
</body>
</html>