-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomepage.html
35 lines (34 loc) · 1.09 KB
/
homepage.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/css.css">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<title>Django</title>
</head>
<body>
<nav class="navbar">
<label class="logo">Logo</label>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Features</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">products</a></li>
<!-- <li><a href="#" class="specialnav">Sign up</a></li> -->
</ul>
<ul class="right">
<li><a href="#">Sign in</a></li>
<li><a href="#" id="styledbut">Sign up</a></li>
</ul>
</nav>
<div class="img-container">
<div class="hero">
<h1>PROJECT DJANGO </h1>
<h2>Welcome to the future</h2>
<a href="#" class="btn">Explore</a>
</div>
</div>
<!-- <br> -->
</body>
</html>