hard coded css links
authorEduardo <[email protected]>
Thu, 9 Nov 2023 16:54:14 +0000 (17:54 +0100)
committerEduardo <[email protected]>
Thu, 9 Nov 2023 16:54:14 +0000 (17:54 +0100)
page-generator/index.php

index 97d78808b6548b26cfa07f520b32d6d41b6911cd..ad965d79ff1b5307ffd5bda73ec16ffae9ada8ed 100644 (file)
@@ -44,6 +44,9 @@ $generator->writeToFile($partialsPath . "/head.html", '
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>' . $generator->templateVar("page-title") . '</title>
+    
+    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
+    <link rel="stylesheet" href="../assets/css/style.css">
 </head>
 <body>
 ');