Skip to content

Instantly share code, notes, and snippets.

@hofiorg
Last active August 29, 2015 14:05
Show Gist options
  • Save hofiorg/644a78dba09520e8a74f to your computer and use it in GitHub Desktop.
Save hofiorg/644a78dba09520e8a74f to your computer and use it in GitHub Desktop.
webcomponents - display code snippet (gist) on your website
<!DOCTYPE html>
<html>
<head>
<script src="bower_components/platform/platform.js"></script>
<script src="bower_components/polymer/polymer.js"></script>
<link rel="import" href="bower_components/github-gist/github-gist.html">
</head>
<body>
<github-gist gistid="30cd29e38ff2f01af7b4"></github-gist>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment