remove inline-css-cli build dep

unnecessary (inline-source-cli already includes its functionality) and a
dependency of it had a high-severity CVE (wouldn't have affected anyone,
but w/e).
This commit is contained in:
Harvey Tindall
2021-06-11 23:39:38 +01:00
parent b538922c05
commit 0ea5c7fdc0
5 changed files with 3 additions and 884 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="bundle.css">
<link inline rel="stylesheet" type="text/css" href="bundle.css">
{{ template "header.html" . }}
<title>Crash report</title>
</head>