Skip to content

Instantly share code, notes, and snippets.

@emolr
Created October 10, 2017 00:45
Show Gist options
  • Save emolr/7adea445b3503ade73e4512695345f1a to your computer and use it in GitHub Desktop.
Save emolr/7adea445b3503ade73e4512695345f1a to your computer and use it in GitHub Desktop.
<html>
<head>
<title>My Element</title>
</head>
<body>
// Prints: Hello, I'm a web component
<my-element></my-element>
<script src="my-element.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment