Skip to content

Instantly share code, notes, and snippets.

@csdear
Created February 12, 2016 22:15
Show Gist options
  • Select an option

  • Save csdear/03a591ce5ea6e9737361 to your computer and use it in GitHub Desktop.

Select an option

Save csdear/03a591ce5ea6e9737361 to your computer and use it in GitHub Desktop.
Javascript TestGround As Minimal as it can Get!!!
===HTML|program.html===
<html>
<body>
<pre>
<script src="program.js">
</script>
</pre>
</body>
</html>
===Javascript|program.js===
document.writeln('Hello World');
===CSS| style.css ===
body {
color : blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment