-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
25 lines (25 loc) · 863 Bytes
/
popup.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
<!DOCTYPE html>
<html>
<head>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="popup_styles.css" />
</head>
<body>
<header>
<a href="https://github.com/RezaKargar/google-meet-utitlities-extension" target="_blank" title="github repo">
<img src="images/logo.png" alt="logo" width="100" height="100">
</a>
<a href="https://github.com/RezaKargar/google-meet-utitlities-extension" target="_blank" title="github repo">
<h3>Google Meet Utilites</h3>
</a>
</header>
<main>
<h4>An extension that add some features and utilities to Google Meet</h4>
</main>
<footer>
<a href="https://github.com/RezaKargar/google-meet-utitlities-extension" target="_blank">
<i class="fa fa-github"></i>
</a>
</footer>
</body>
</html>