-
Notifications
You must be signed in to change notification settings - Fork 2
/
popup.html
22 lines (21 loc) · 1.16 KB
/
popup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About</title>
</head>
<body style="width: 150px;">
<header>
<h3>Cinephilic</h3>
<span>Version 1.0</span>
<span>Designed and compiled by <a href = "https://www.github.com/invalidrishav" target="_blank" rel="noopener noreferrer">Rishav</a>,
<a href = "https://www.github.com/danger-ahead" target="_blank" rel="noopener noreferrer">Shourya</a> and
<a href = "https://www.github.com/infuman69" target="_blank" rel="noopener noreferrer">Soham</a></span>
<span>Check out our project at <a href = "https://www.github.com/danger-ahead/cinephilic" target = target="_blank" rel="noopener noreferrer">GitHub.</a></span>
<div>Icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
</header>
</body>
</html>
<!-- written by danger-ahead -->