Skip to content

Instantly share code, notes, and snippets.

@ggluta
Created September 17, 2020 18:57
Show Gist options
  • Save ggluta/55f2b640f3254648cb6df3918b13b20f to your computer and use it in GitHub Desktop.
Save ggluta/55f2b640f3254648cb6df3918b13b20f to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Web Components playground</title>
</head>
<body>
<div class='component-wrapper'>
<awesome-component></awesome-component>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment