aboutsummaryrefslogtreecommitdiff
path: root/files/it/web/api/window/home/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/it/web/api/window/home/index.html')
-rw-r--r--files/it/web/api/window/home/index.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/files/it/web/api/window/home/index.html b/files/it/web/api/window/home/index.html
deleted file mode 100644
index ab9086cc2f..0000000000
--- a/files/it/web/api/window/home/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
----
-title: Window.home()
-slug: Web/API/Window/home
-translation_of: Web/API/Window/home
----
-<div>{{APIRef}}{{ Non-standard_header() }} {{ obsolete_header(31) }}</div>
-
-<p>Rimanda il browser alla home page impostata.</p>
-
-<h2 id="Sintassi" name="Sintassi">Sintassi</h2>
-
-<pre class="eval">window.home()
-</pre>
-
-<h2 id="Esempio" name="Esempio">Esempio</h2>
-
-<pre>function vai_a_casa() {
- window.home();
-}
-</pre>
-
-<h2 id="Specifiche" name="Specifiche">Specifiche</h2>
-
-<p>DOM Level 0. Non รจ parte di alcuna specifica.</p>