Skip to content

Instantly share code, notes, and snippets.

@slice
Created May 28, 2013 00:15
Show Gist options
  • Save slice/5659712 to your computer and use it in GitHub Desktop.
Save slice/5659712 to your computer and use it in GitHub Desktop.
A frame for an HTML File.
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body onload='init()'>
</body>
<script>
function init() {
}
</script>
<style>
</style>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment