-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (45 loc) · 1.45 KB
/
index.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>I voter - A public votting poll website.</title>
<link rel="stylesheet" type="text/css" href="Style.css.css">
<link rel="shortcut icon" href="Favicon.ico">.
<div id="showcase">
<img src="">
</div>
<style>
@font-face {
font-family:nana;
src :url('comicz.ttf');
}
.topnav a{
font-family:nana;
}
}
</style>
</head>
<body>
<div class="bg-img">
<div class="container">
<div class="topnav">
<a href="index.html">Home</a>
<a href="News.html">News</a>
<a href="Contact.html">Contact</a>
<a href="About.html">About</a>
</div>
</div>
</div>
<nav id="navbar">
<a href="Village.html">
<button id="AP"><b> आपले गाव निवडा</b></button>
</a>
</nav>
</head>
<body>
<footer>
<section id="footer">
<p>संबधित वेबसाईट हि मतदारांचा कल जाणुन घेण्यासाठी आहे.याचा राजकारणाशी व निवडणुक आयोगाशी काहिही संबंघ नाही.कोणत्याही अनुचीत प्रकारासाठी वेबसाईट व संबधित कंपनी जबाबदार राहणार नाही.</p>
</section>
</body>
</html>