Skip to content

Instantly share code, notes, and snippets.

@OpenGG
Created September 2, 2019 06:07
Show Gist options
  • Save OpenGG/24aaf48bad41906c889154346ad510c3 to your computer and use it in GitHub Desktop.
Save OpenGG/24aaf48bad41906c889154346ad510c3 to your computer and use it in GitHub Desktop.
h2-cdnjs
<!-- staticfile not support http2? -->
<script src="https://cdn.staticfile.org/classnames/2.2.6/index.min.js"></script>
<!-- jsdelivr support http2. -->
<script src="https://cdn.jsdelivr.net/npm/classnames@2.2.6/index.min.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment