Sfoglia il codice sorgente

modif chemin fichier

Nathanael Klapczynski 6 anni fa
parent
commit
5e5825eb1f
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      html/index.html
  2. 1 1
      html/jeu.html

+ 1 - 1
html/index.html

@@ -2,7 +2,7 @@
 <html>
     <head>
         <title>Accueil</title>
-        <link rel="stylesheet" type="text/css" href="styleacc.css">
+        <link rel="stylesheet" type="text/css" href="../css/styleacc.css">
     </head>
 
     <body>

+ 1 - 1
html/jeu.html

@@ -3,7 +3,7 @@
   <head>
     <meta charset="utf-8">
     <title>Home</title>
-    <link rel="stylesheet" type="text/css" href="css/style.css">
+    <link rel="stylesheet" type="text/css" href="../css/style.css">
   </head>
   <body>