-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
21 lines (16 loc) · 1.74 KB
/
popup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html ><title>Popup</title>
<link href="https://fonts.googleapis.com/css?family=Rajdhani" rel="stylesheet">
<link rel='stylesheet prefetch' href='css/bootstrap.min.css'>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="css/popup.css">
</head>
<body>
<div class="help" style="overflow: hidden; display: block;">
<div class="img"><h1> </h1></div>
<h4 class="text-center" style="font-family:Arial;font-size:18px;color:#ffffff;">Urdu Poetry Tab developed by</h4>
<a href="https://github.com/fahadyousafmahar/"> <h4 class="text-center" align="center" style="color:White; font-family:Rajdhani;font-size: 36px;">Fahad Yousaf Mahar</h4> </a><h4 class="text-center" style="font-family:Rajdhani;color:#ffffff;font-size:24px;"><em>Hobbyist Programmer & Web Developer</em></h4><div class="foo text-center" ><h4><a class="foo" href="https://github.com/fahadyousafmahar/UrduPoetryTab" target="_blank"><i class="fa fa-github fa-2x" aria-hidden="true"></i></a> <a class="foo" href="https://webit.pk" target="_blank"><i class="fa fa-globe fa-2x" aria-hidden="true"></i></a> <a class="foo" href="http://facebook.com/Fahad3267" target="_blank"><i class="fa fa-facebook fa-2x" aria-hidden="true" ></i></a> <a class="foo" href="https://www.instagram.com/fahadyousafmahar/" target="_blank"><i class="fa fa-instagram fa-2x" aria-hidden="true"></i></a></h4></div> </div>
<script src='js/jquery.min.js'></script>
<script src="js/popup.js"></script>
</body>
</html>