Skip to content

Instantly share code, notes, and snippets.

View itditp's full-sized avatar

Mikhail Bilida itditp

View GitHub Profile
@itditp
itditp / index.html
Created February 21, 2018 11:20 — forked from shalotelli/index.html
Creating Web Components in JavaScript (ES6) to use in your Angular, React and Ember projects
<!DOCTYPE html>
<html>
<head>
<title>Web Components</title>
<style>
body {
font-family: 'Helvetica Neue';
}
</style>