summaryrefslogtreecommitdiff
path: root/content/index.html
blob: bb43d3fa70ec2ed94439cfafbd7b120840a9e326 (plain)
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
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">

<head>
  <title>Bond_009 Coverage Lab</title>

  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1">

  <meta property="og:title" content="Bond_009 Coverage Lab" />
  <meta property="og:type" content="website" />
  <meta property="og:url" content="https://cov.b0n.dev/" />

  <link rel="stylesheet" type="text/css" href="css/main.css" />
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/hack-font@3/build/web/hack-subset.css" />
</head>

<body>
  <main>
    <article>
      <h1>Bond_009 Coverage Lab</h1>

      <section>
        <ul>
          <li>
            <h3><a href="jellyfin">Jellyfin</a></h3>
            <img src="jellyfin/badge_linecoverage.svg" >
            <br>
            <img src="jellyfin/badge_branchcoverage.svg" >
          </li>
        </ul>
      </section>
    </article>
  </main>
</body>

</html>