mirror of
https://github.com/Floriansylvain/compact-portfolio.git
synced 2026-08-19 11:43:19 +02:00
feat: optimize stylesheet loading and implement SRI hash generation for security
This commit is contained in:
+1
-4
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user