File: index.html

package info (click to toggle)
node-gitlab-favicon-overlay 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 484 kB
  • sloc: javascript: 43; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 365 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
  <head>
    <title>example</title>
    <link rel="icon" href="./favicon.png" />
  </head>
  <body>
    <img
      id="overlay"
      src="circle.png"
      alt="overlay"
      aria-hidden="true"
      style="display: none"
    />
    <h1>Toggle off and on with SPACE</h1>
    <script src="./example.ts"></script>
  </body>
</html>