Add missing MIME type for landing.css

This commit is contained in:
furo 2021-09-01 15:09:23 +02:00
parent 8c1a631de1
commit 0f8d2c511f

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
{% include "templates/defaultTags.njk" %} {% include "templates/defaultTags.njk" %}
<link rel="stylesheet" type="" href="/assets/css/landing.css"> <link rel="stylesheet" type="text/css" href="/assets/css/landing.css">
<title>qwik</title> <title>qwik</title>
</head> </head>
<body> <body>