diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-04-10 16:04:07 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-04-10 16:04:07 +0200 |
| commit | e70a719c638509087539b3ba0dba0b61d65519ca (patch) | |
| tree | 692baebeac1191d189ac5da93b9ded042bc88b85 /content/index.html | |
First
Diffstat (limited to 'content/index.html')
| -rwxr-xr-x | content/index.html | 37 |
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> |
