-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (31 loc) · 1007 Bytes
/
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" type="text/css" href="mystyle.css">
</head>
<body>
<nav>
<div class="menu">
<div class="logo">
<a href="index.html">Team Ai</a>
</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Final%20Year%20Project%20Abstract%20(Roll-189,190).pdf" target="_blank" rel="noopener noreferrer">Our Works</a></li>
<li><a href="About%20Us.html">About</a></li>
<li><a href="Contact%20Us.html">Connect Us</a></li>
<li><a href="https://github.com/Pronoy-Bosh/Team-Ai-website" target="_blank" rel="noopener noreferrer">Source Code</a></li>
</ul>
</div>
</nav>
<div class="img"></div>
<div class="center">
<div class="title">Fake News Detection System</div>
<div class="sub_title">Using Machine Learning</div>
<div class="btns">
<button>Search Here</button>
<button>Learn More</button>
</div>
</div>
</body>
</html>