Skip to content

Instantly share code, notes, and snippets.

@Offirmo
Last active October 23, 2017 06:32
Show Gist options
  • Save Offirmo/f99b34c94d5a5e973cb4e743e54dbe8a to your computer and use it in GitHub Desktop.
Save Offirmo/f99b34c94d5a5e973cb4e743e54dbe8a to your computer and use it in GitHub Desktop.
[file imports in HTML] #html #JavaScript #css #browser
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/alertifyjs/alertify.js/v1.0.11/dist/css/alertify.css" />
<script src="https://cdn.rawgit.com/alertifyjs/alertify.js/v1.0.11/src/js/alertify.js"></script>
<script src="https://unpkg.com/floating.js@2.6.3/floating.js"></script>
<script>
console.log('hello world')
</script>
<noscript>Your browser either does not support JavaScript, or has it turned off.</noscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment