summaryrefslogtreecommitdiff
path: root/content/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'content/index.html')
-rwxr-xr-xcontent/index.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/content/index.html b/content/index.html
new file mode 100755
index 0000000..bb43d3f
--- /dev/null
+++ b/content/index.html
@@ -0,0 +1,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>