Skip to content

Instantly share code, notes, and snippets.

@Iruyan-Zak
Created December 15, 2015 02:03
Show Gist options
  • Select an option

  • Save Iruyan-Zak/29f8652c4b9bc46b4de9 to your computer and use it in GitHub Desktop.

Select an option

Save Iruyan-Zak/29f8652c4b9bc46b4de9 to your computer and use it in GitHub Desktop.
dot install js1
<!DOCTYPE HTML>
<html>
<head>
<script src='hoge.js'> </script>
<script>
console.log('hello world!')
</script>
</head>
<body>
</body>
</html>
console.log('hello world from script')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment