-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExnet awards.html
More file actions
47 lines (34 loc) · 1.6 KB
/
Exnet awards.html
File metadata and controls
47 lines (34 loc) · 1.6 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
36
37
38
39
40
41
42
43
44
45
46
47
<!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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Exnet awards</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div>
<div>
<h1><B><center>EXNET AWARDS</center></B></h1>
</div>
<div class="top_bar">
<img class="logo"src="./images/EX2.png" width="150px" height="80px" alt="Logo" >
<div class="nav">
<a class="active" href="#home">HOME</a>
<a href="bestsong-index.html">VOTE</a>
<a href="catagories.html">CATEGORIES</a>
<a href="candidates.html">CANDIDATES</a>
<a href="winners.html">WINNERS</a>
<a href="news.html">NEWS</a>
<form class="search" action="#" align = "left" >
<input class="input" type="text" placeholder="Search" name="search">
<button class="button" type="submit"><i class=" fa fa-search"></i></button>
</form>
</div>
<BUTTON class="login" >Login</BUTTON>
<BUTTON class="reg" >Register</BUTTON>
<a href=""><img class="img2" src="./images/login.png" alt="avatar"></a>
</div>
</div>