Skip to content

Instantly share code, notes, and snippets.

@mvtango
Last active August 29, 2015 14:23
Show Gist options
  • Save mvtango/529f4bd96ac0393264a4 to your computer and use it in GitHub Desktop.
Save mvtango/529f4bd96ac0393264a4 to your computer and use it in GitHub Desktop.
JS Fiddle Vorlage
<html>
<head><title>Titel frei wählen ;-)</title>
<style>
/* ---------------- hier den rechten oberen Kasten ("CSS") einfügen ------------------------ */
</style>
</head>
<body>
<!---------------- hier den linken oberen Kasten ("HTML") einfügen ------------------------>
<script>
/* ---------------- hier den linken unteren Kasten ("Javascript") einfügen ------------------------ */
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment