-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopup.html
More file actions
52 lines (48 loc) · 1.59 KB
/
popup.html
File metadata and controls
52 lines (48 loc) · 1.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<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">
<link rel="stylesheet" href="popupStyle.css">
<title>New Tab</title>
</head>
<body>
<div class="sign-up-form">
<a href="http://moodle.mitsgwalior.in/" class="moodle">
<i class="fa fa-university fa-fw "></i>
<!-- Hello _MITS-->
</a>
<br>
<a href="https://www.google.com" class="google">
<i class="fa fa-google fa-fw "></i>
<!-- Hello _Google -->
</a>
<br>
<a href="https://www.youtube.com" class="youtube">
<i class="fa fa-youtube fa-fw"></i>
<!-- Hello _Youtube -->
</a>
<br>
<a href="https://www.instagram.com/" class="instagram">
<i class="fa fa-instagram fa-fw"></i>
<!-- Yep Instagram -->
</a>
<br>
<a href="https://github.com/" class="github">
<i class="fa fa-github fa-fw"></i>
<!-- Open _Github -->
</a>
<br>
<a href="https://www.linkedin.com/" class="linkedin">
<i class="fa fa-linkedin fa-fw"></i>
<!-- Open Linkedin -->
</a>
<br>
<a href="https://www.facebook.com" class="fb">
<i class="fa fa-facebook fa-fw"></i>
<!-- Open Facebook -->
</a>
</div>
</body>
</html>