-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathday8.html
37 lines (35 loc) · 1.12 KB
/
day8.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="index.css">
<title>SaturdayCode</title>
</head>
<body>
<div class="container" id="cont">
<header>
<h1>PROGRAMMER GALLERY</h1>
</header>
<nav>
<a href="#">HOME</a>
<a href="#">ABOUT</a>
<a href="#">UPLOAD</a>
<a href="#">CONTACT</a>
<a href="D:\100daysofcode\login\login.html">LOGIN</a>
<a href="D:\100daysofcode\create\creat.html">SIGNUP</a>
</nav>
<main>
<h2>let's meet</h2>
<p>Hi, Welcome to my site were all programmer can share their gallery and desktop photo and their accesories,upload your photo and get your photo voted and get a chance to win some programmer hoddies.</p>
</main>
<div class="mail">
<input type="email" placeholder="Email.." required>
<button>Subscribe</button>
</div>
<footer>
</footer>
</div>
</body>
</html>