File: options.html

package info (click to toggle)
browserpass 2.0.22-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 568 kB
  • sloc: sh: 128; makefile: 112
file content (10 lines) | stat: -rw-r--r-- 241 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
  <head>
    <title>Browserpass Chrome extension for zx2c4's pass (password manager)</title>
    <link rel="stylesheet" href="options.css" />
  </head>
  <body>
    <script src="options.js"></script>
  </body>
</html>