fix(frontend): missing type for stylesheet link in index.html
Build Debian Package / build (push) Successful in 7s

Signed-off-by: Arian Nasr <arian@2ari.ca>
This commit is contained in:
2026-05-28 21:41:36 -04:00
parent bc7d4ac836
commit 088642e863
+1 -1
View File
@@ -7,7 +7,7 @@
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}" type="text/css" /> <link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}" type="text/css" />
</head> </head>
<body> <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="/" <form action="/"
class="dropzone" class="dropzone"