Use minified lufi.css

This commit is contained in:
Booteille 2024-11-14 15:33:33 +01:00
parent 911179e6a8
commit 12d02290d7
No known key found for this signature in database
GPG Key ID: 0AB6C6CA01272646
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -18,7 +18,7 @@
<link rel="apple-touch-icon" sizes="152x152" href="<%= url_for('/img/lufi152.png') %>"> <link rel="apple-touch-icon" sizes="152x152" href="<%= url_for('/img/lufi152.png') %>">
<link rel="apple-touch-icon-precomposed" sizes="128x128" href="<%= url_for('/img/lufi128.png') %>"> <link rel="apple-touch-icon-precomposed" sizes="128x128" href="<%= url_for('/img/lufi128.png') %>">
%= stylesheet '/css/materialize.min.css' %= stylesheet '/css/materialize.min.css'
%= stylesheet '/css/lufi.css' %= stylesheet '/css/lufi.min.css'
%= javascript '/js/ie-detection.js' %= javascript '/js/ie-detection.js'
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head> </head>