summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rwxr-xr-xcontent/css/main.css21
-rwxr-xr-xcontent/index.html37
2 files changed, 58 insertions, 0 deletions
diff --git a/content/css/main.css b/content/css/main.css
new file mode 100755
index 0000000..5236e3f
--- /dev/null
+++ b/content/css/main.css
@@ -0,0 +1,21 @@
+html {
+ font-family: Hack, monospace;
+ color: #eeeeee;
+ background-color:#1e1e1e;
+ line-height: 1.6;
+}
+main {
+ max-width: 70ch;
+ padding: 2ch;
+ margin: auto;
+}
+h1::before {
+ content: '# ';
+}
+h2::before {
+ content: '## ';
+}
+a {
+ color: #569cd6;
+ text-decoration: none;
+}
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>