fix(frontend): missing type for stylesheet link in index.html
Build Debian Package / build (push) Successful in 7s
Build Debian Package / build (push) Successful in 7s
Signed-off-by: Arian Nasr <arian@2ari.ca>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}" type="text/css" />
|
||||
|
||||
<form action="/"
|
||||
class="dropzone"
|
||||
|
||||
Reference in New Issue
Block a user