From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- files/ar/sandbox/index.html | 75 --------------------------------------------- 1 file changed, 75 deletions(-) delete mode 100644 files/ar/sandbox/index.html (limited to 'files/ar/sandbox') 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 ---- -

{{EmbedLiveSample('Sample')}}

- -

كيف تحرير ساند بوكس للنشر

- -

There should be a video editing add-on.

- -

Another in this article section (maybe)

- -

Nesting?

- -

Hmmm, maybe this works? I don't know.

- -

H4 heading

- -
h5 indicates that you've dug too deep!
- -

Code Sample

- -
#include <iostream>
-
-int main()
-
-{
-
-print("This is  my first work with you!");
-
-return 3;
-
-}
- -

My Alert

- -

HTML

- -
<p id='test_code'>
-  Test Sample Code
-</p>
- -

CSS

- -
#test_code {
-  background-color: purple;
-}
- -

JavaScript

- -
console.log("Hi there !!");
- -

Result

- -

{{EmbedLiveSample('My_Alert')}}

- -

Hello World

- -

HTML

- -
<input type="date">
-
- -

Result

- -

{{EmbedLiveSample('Hello_World')}}

- -

Conclusion

- -

This document aims to sound sciencey.

- -

WebGL Fundamentals

- -

The shaderSource method of the WebglRenderingContext is super cool!

-- cgit v1.2.3-54-g00ecf