File: popup.html

package info (click to toggle)
quicktext 6.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 696 kB
  • sloc: javascript: 3,228; makefile: 24; sh: 8
file content (15 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>

<head>
  <meta charset="UTF-8">
  <link rel="stylesheet" href="popup.css" type="text/css" />
  <title>Quicktext Popup</title>
  <script src="popup.js" type="module"></script>
</head>

<body>
    
</body>

</html>