Add missing MIME type for landing.css
This commit is contained in:
parent
8c1a631de1
commit
0f8d2c511f
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user