Skip to content

Instantly share code, notes, and snippets.

@nebjak
Created November 18, 2011 12:45
Show Gist options
  • Save nebjak/1376356 to your computer and use it in GitHub Desktop.
Save nebjak/1376356 to your computer and use it in GitHub Desktop.
VTSOSC - JavaScript 1 : Uvod
<!doctype html>
<html>
<head>
<script type="text/javascript">
document.write('Hello world');
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment