Skip to content

Instantly share code, notes, and snippets.

@tomasovic
Created March 15, 2017 22:30
Show Gist options
  • Select an option

  • Save tomasovic/a4312ab61976ddc3a981795ceb593e62 to your computer and use it in GitHub Desktop.

Select an option

Save tomasovic/a4312ab61976ddc3a981795ceb593e62 to your computer and use it in GitHub Desktop.
Javascript Uvod
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>External Javascript file</title>
<script src="js/script.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment