-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathope.html
More file actions
35 lines (35 loc) · 1.06 KB
/
ope.html
File metadata and controls
35 lines (35 loc) · 1.06 KB
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>
<title>ope</title>
<link rel="stylesheet" href="ope.css" />
<script src="ope.js"></script>
</head>
<body>
<header class="container">
<nav class="navbar">
<h1><span>Dhalan</span>teed</h1>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Index</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Products</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">Blogs</a></li>
<li><a href="#">Contact</a></li>
</ul>
<div class="buttons">
<button class="register">Register</button>
<button class="login">Login</button>
</div>
</nav>
<p>
Register <br>
here.
</p>
<img class="dog1" src="dog1.jpg" alt="dog1">
<img class="dog2" src="dog2.jpg" alt="dog2">
<img class="dog3" src="dog5.jpg" alt="dog5">
</header>
</body>
</html>