- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
60 lines (49 loc) · 1.84 KB
/
Copy pathindex.html
File metadata and controls
60 lines (49 loc) · 1.84 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
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<title>NAFI.COM</title>
<metaname=viewportcontent="width=device-width, initial-scale=1.0">
<!-- Icon -->
<linkrel="icon" href="https://i.imgur.com/By9bbw2.png" type="image/x-icon" sizes="256x256">
<linkrel="stylesheet" type="text/css" href="css/style.css">
<linkhref="https://fonts.googleapis.com/css?family=Flamenco" rel="stylesheet">
<linkrel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<linkrel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header>
<nav>
<divclass="row clearfix">
<imgsrc="images/logo.png" style="width:50px;height:50px;" class="logo">
<ulclass="main-nav animated slideInDown" id="check-class">
<li><ahref="http://nafi.epizy.com/Blog/Content/index.php"><span>NAFI<span
style="color: yellow">.</span>COM<spanstyle="color:#00E9FF"> Blog</span></span></a>
</li>
<li><ahref="http://nafi.epizy.com/HousingManagement">HousingManagement.com</a></li>
<li><ahref="http://nafi.epizy.com/E-Pay">E-Pay.com</a></li>
<li><ahref="http://nafi.epizy.com/Contact/index.php">CONTACT</a></li>
</ul>
<ahref="#" class="mobile-icon" onclick="slideshow()"><iclass="fa fa-bars"></i></a>
</div>
</nav>
<divclass="main-content-header">
<b>
<h2> WELCOME TO</h2><br>
<h1><spanclass="colorchange"> NAFI.COM</h1>
<div><ahref="http://sourcecodebd.github.io/nafi.com_content" class="btn btn-full" text-align="center">
Get Access</a></div>
</b>
</div>
</header>
<scripttype="text/javascript">
functionslideshow(){
varx=document.getElementById('check-class');
if(x.style.display==="none"){
x.style.display="block";
}else{
x.style.display="none";
}
}
</script>
</body>
</html>