aboutsummaryrefslogtreecommitdiff
path: root/files/ar/sandbox/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 21:46:22 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 21:46:22 -0500
commita065e04d529da1d847b5062a12c46d916408bf32 (patch)
treefe0f8bcec1ff39a3c499a2708222dcf15224ff70 /files/ar/sandbox/index.html
parent218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (diff)
downloadtranslated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.gz
translated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.bz2
translated-content-a065e04d529da1d847b5062a12c46d916408bf32.zip
update based on https://github.com/mdn/yari/issues/2028
Diffstat (limited to 'files/ar/sandbox/index.html')
-rw-r--r--files/ar/sandbox/index.html75
1 files changed, 0 insertions, 75 deletions
diff --git a/files/ar/sandbox/index.html b/files/ar/sandbox/index.html
deleted file mode 100644
index e422da79d7..0000000000
--- a/files/ar/sandbox/index.html
+++ /dev/null
@@ -1,75 +0,0 @@
----
-title: Sandbox
-slug: Sandbox
-translation_of: Sandbox
----
-<p class="summary" id="bob">{{EmbedLiveSample('Sample')}}</p>
-
-<p class="summary">كيف تحرير ساند بوكس للنشر</p>
-
-<p>There should be a video editing add-on.</p>
-
-<h2 id="vvv" name="vvv">Another in this article section (<em>maybe</em>)</h2>
-
-<h3 id="adam" name="adam">Nesting?</h3>
-
-<p>Hmmm, maybe this works? I don't <a href="http://google.com/">know</a>.</p>
-
-<h4 id="H4_heading">H4 heading</h4>
-
-<h5 id="h5_indicates_that_you've_dug_too_deep!">h5 indicates that you've dug too deep!</h5>
-
-<h2 id="Code_Sample">Code Sample</h2>
-
-<pre class="brush: cpp">#include &lt;iostream&gt;
-
-int main()
-
-{
-
-print("This is my first work with you!");
-
-return 3;
-
-}</pre>
-
-<h2 id="My_Alert">My Alert</h2>
-
-<h3 id="HTML">HTML</h3>
-
-<pre class="brush: html">&lt;p id='test_code'&gt;
-  Test Sample Code
-&lt;/p&gt;</pre>
-
-<h3 id="CSS">CSS</h3>
-
-<pre class="brush: css">#test_code {
-  background-color: purple;
-}</pre>
-
-<h3 id="JavaScript">JavaScript</h3>
-
-<pre class="brush: js">console.log("Hi there !!");</pre>
-
-<h3 id="Result">Result</h3>
-
-<p>{{EmbedLiveSample('My_Alert')}}</p>
-
-<h2 id="Hello_World">Hello World</h2>
-
-<h3 id="HTML_2">HTML</h3>
-
-<pre class="brush: html">&lt;input type="date"&gt;
-</pre>
-
-<h3 id="Result_2">Result</h3>
-
-<p>{{EmbedLiveSample('Hello_World')}}</p>
-
-<h2 id="sand" name="sand">Conclusion</h2>
-
-<p>This document aims to sound sciencey.</p>
-
-<h2 id="webgl" name="webgl">WebGL Fundamentals</h2>
-
-<p>The shaderSource method of the WebglRenderingContext is super cool!</p>