aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/asciideck_to_html.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/asciideck_to_html.erl b/src/asciideck_to_html.erl
index 27995cf..64f150d 100644
--- a/src/asciideck_to_html.erl
+++ b/src/asciideck_to_html.erl
@@ -44,7 +44,6 @@ maybe_header_footer(Body, _Opts) ->
"<head>\n"
"<meta charset=\"utf-8\"/>\n"
"<title>TODO title</title>\n" %% @todo
- "<link rel=\"stylesheet\" type=\"text/css\" href=\"https://ninenines.eu/css/99s.css?r=1\"/>\n"
"</head>\n"
"<body>\n",
Body,