🔧 (lighthouse) better lighthouse score

This commit is contained in:
Julien Calixte
2023-07-08 12:56:28 +02:00
parent e7184e98ae
commit b37168fd9a

View File

@@ -2,8 +2,15 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="preload" href="style.css" as="style" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Interactive Thinking People System</title> <title>Interactive Thinking People System</title>
<meta
name="description"
content="Author: Julien Calixte,
My understanding of the Thinking People System and
how it can help people and organization to improve"
/>
<link rel="stylesheet" href="style.css" /> <link rel="stylesheet" href="style.css" />
</head> </head>
<body> <body>