minify css

This commit is contained in:
2021-06-09 15:01:19 +02:00
parent b721dd451f
commit 1b5249daf3
4 changed files with 38 additions and 25 deletions

View File

@ -10,6 +10,6 @@
<script defer src="{{ data["script"] }}"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/video.js/{{ data["videojs_version"] }}/video-js.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/{{ data["font_awesome_version"] }}/css/all.min.css">
<link rel="stylesheet" href="{{ data["custom_style"] }}">
<link rel="stylesheet" href="/style.css">
</head>
</html>