-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (24 loc) · 709 Bytes
/
index.html
File metadata and controls
26 lines (24 loc) · 709 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>SubPlayer</title>
<link rel="shortcut icon" href="docs/v0.02/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="dist/assets/css/bootstrap.min.css">
<style>
body {
max-width: 500px;
margin: auto;
text-align: center;
}
</style>
</head>
<body>
<h1><a href="https://github.com/mazenbesher/sub_player_chrome_extension">SubPlayer</a></h1>
<h2>v0.02</h2>
<img src="docs/v0.02/chrome_store_images/1.png">
<img src="docs/v0.02/chrome_store_images/2.png">
<img src="docs/v0.02/chrome_store_images/3.png">
<img src="docs/v0.02/chrome_store_images/4.png">
</body>
</html>