Skip to content

Commit b157f04

Browse files
committed
Conflict fixed on "Hello, world!" page in french language
1 parent 937ca6d commit b157f04

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

1-js/02-first-steps/01-hello-world/article.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,7 @@ Le fichier de script est attaché à HTML avec l'attribut `src` :
7676
<script src="/chemin/vers/script.js"></script>
7777
```
7878

79-
<<<<<<< HEAD
8079
Ici, `/chemin/vers/script.js` est un chemin absolu du script depuis la racine du site. On peut également fournir un chemin relatif à partir de la page en cours. Par exemple `src="script.js"` signifierait un fichier `"script.js"` dans le dossier courrant.
81-
=======
82-
Here, `/path/to/script.js` is an absolute path to the script from the site root. One can also provide a relative path from the current page. For instance, `src="script.js"`, just like `src="./script.js"`, would mean a file `"script.js"` in the current folder.
83-
>>>>>>> 4541b7af7584014a676da731f6e8774da5e059f6
8480

8581
Nous pouvons également donner une URL complète, par exemple :
8682

0 commit comments

Comments
 (0)