-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
31 lines (30 loc) · 1 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
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PaywallHub Chrome Extension</title>
<link href="./css/popup.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h3 id="id-msg" class="mensaje"></h3>
<button id="boton-12ft">
<img width="30" height="30" src="img/12ft.png" alt="archive.is logo">
Open in 12ft.io
</button>
<button id="boton-internetarchive">
<img width="30" height="30" src="img/internetarchive.png" alt="archive.is logo">
Open in archive.org
</button>
<button id="boton-archiveis">
<img width="30" height="30" src="img/archiveis.png" alt="archive.is logo">
Open in archive.is
</button>
<button id="boton-gcache">
<img width="30" height="30" src="img/glogo.png" alt="archive.is logo">
Open in Google Caché
</button>
<!-- Script -->
<script src="./js/popup.js"></script>
</body>
</html>