--- title: MoSandbox slug: Sandbox translation_of: Sandbox ---
Jest to eksperymentalna strona dla ludzi którzy chcą zacząć współpracę z MDM contributor.
h1{ color: yellow; } p{ font-size: low; }
{{ EmbedLiveSample('Hello_World', '', '', '', 'Sandbox') }}
<canvas id='the_canvas'></canvas>
body, html, canvas {width:100%; height:100%;}
var canvas = document.getElementById('the_canvas'); var ctx = canvas.getContext('2d'); ctx.fillRect(50, 50, 100, 100);
{{ EmbedLiveSample('Test_Template') }}
Kod JavaScript
const result = 1 + 1; document.body.innerHTML += result;
Wyjście:
{{ EmbedLiveSample('Another_livesample', 100, 20) }}
Koniec wyjścia
Kod HTML
<div>Hola Mundo</div>