Skip to content

Instantly share code, notes, and snippets.

@Dosant
Created February 25, 2017 18:37
Show Gist options
  • Save Dosant/d1a08aca9c50c547c91e8312cdbece97 to your computer and use it in GitHub Desktop.
Save Dosant/d1a08aca9c50c547c91e8312cdbece97 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>My Html</title>
<script src="script.js"></script>
</head>
<body>
Html
</body>
</html>
console.log('Hello From Script.js');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment