-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·27 lines (26 loc) · 1006 Bytes
/
index.html
File metadata and controls
executable file
·27 lines (26 loc) · 1006 Bytes
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
<!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">
<title>Home</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="navigationbar">
<img src="websitelogo1.png" alt="website logo" style="display: inline;" id="websitelogo">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="information.html">Information</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
<div>
<h3 id="greeting">Hi Welcome!</h3>
<p id="textabout">If you are curious to know about NFTs so you are on correct platform. Here you get all information that you want to know about NFTs.</p>
</div>
<img src="nft.jpeg" alt="nft image" width="100%">
</body>
</html>