From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- files/fr/web/api/window/home/index.html | 36 --------------------------------- files/fr/web/api/window/home/index.md | 36 +++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 files/fr/web/api/window/home/index.html create mode 100644 files/fr/web/api/window/home/index.md (limited to 'files/fr/web/api/window/home') diff --git a/files/fr/web/api/window/home/index.html b/files/fr/web/api/window/home/index.html deleted file mode 100644 index 856f95067c..0000000000 --- a/files/fr/web/api/window/home/index.html +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: Window.home() -slug: Web/API/Window/home -tags: - - API - - Gecko - - HTML DOM - - Méthode - - Obsolete - - Reference - - Window -translation_of: Web/API/Window/home ---- -
{{APIRef}}{{ Non-standard_header() }} {{ obsolete_header(31) }}
- -

La méthode Window.home() renvoie la fenêtre à la page d'accueil.

- -

Syntaxe

- -
window.home();
-
- -

Exemple

- -
function goHome() {
-  window.home();
-}
-
- -

Spécification

- -

DOM Niveau 0. Ne fait pas partie de la spécification.

- -

Compatibilité des navigateurs

- -

{{Compat("api.Window.home")}}

diff --git a/files/fr/web/api/window/home/index.md b/files/fr/web/api/window/home/index.md new file mode 100644 index 0000000000..856f95067c --- /dev/null +++ b/files/fr/web/api/window/home/index.md @@ -0,0 +1,36 @@ +--- +title: Window.home() +slug: Web/API/Window/home +tags: + - API + - Gecko + - HTML DOM + - Méthode + - Obsolete + - Reference + - Window +translation_of: Web/API/Window/home +--- +
{{APIRef}}{{ Non-standard_header() }} {{ obsolete_header(31) }}
+ +

La méthode Window.home() renvoie la fenêtre à la page d'accueil.

+ +

Syntaxe

+ +
window.home();
+
+ +

Exemple

+ +
function goHome() {
+  window.home();
+}
+
+ +

Spécification

+ +

DOM Niveau 0. Ne fait pas partie de la spécification.

+ +

Compatibilité des navigateurs

+ +

{{Compat("api.Window.home")}}

-- cgit v1.2.3-54-g00ecf