diff options
Diffstat (limited to 'files/ar/sandbox/index.html')
-rw-r--r-- | files/ar/sandbox/index.html | 75 |
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 <iostream> - -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"><p id='test_code'> - Test Sample Code -</p></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"><input type="date"> -</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> |