Skip to content

Instantly share code, notes, and snippets.

@simplesthing
Created January 30, 2015 18:21
Show Gist options
  • Save simplesthing/7c40d2c199d91ea303fb to your computer and use it in GitHub Desktop.
Save simplesthing/7c40d2c199d91ea303fb to your computer and use it in GitHub Desktop.
getting-started-with-web-components index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello World</title>
<script src="../../bower_components/webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="hello-world.html">
</head>
<body>
<hello-world></hello-world>
<hello-world></hello-world>
<hello-world></hello-world>
<hello-world></hello-world>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment