feat: optimize stylesheet loading and implement SRI hash generation for security

This commit is contained in:
Florian Sylvain
2025-09-09 17:32:32 +02:00
parent 0a27f3cc8d
commit 2f67e06772
3 changed files with 51 additions and 4 deletions
+1 -4
View File
@@ -11,10 +11,7 @@
<meta name="theme-color" content="#0e120e" />
<title>Portfolio Florian Sylvain - Développeur web fullstack</title>
<link rel="stylesheet" href="style.css" media="print" onload="this.media='all'; this.onload=null;" />
<noscript>
<link rel="stylesheet" href="style.css" />
</noscript>
<link rel="stylesheet" href="style.css">
</head>
<body id="top">