Skip to content

Instantly share code, notes, and snippets.

@vdegenne
Last active September 27, 2019 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vdegenne/6cb986ebacd700be3dd2a16f8b78ec69 to your computer and use it in GitHub Desktop.
Save vdegenne/6cb986ebacd700be3dd2a16f8b78ec69 to your computer and use it in GitHub Desktop.
entry point that the client will request
<!doctype html>
<html>
<head>
<title>our app</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
</head>
<body>
<our-app></our-app>
<script src=bundle.js></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment