Skip to content

Instantly share code, notes, and snippets.

@t4t5
Created April 3, 2017 15:35
Show Gist options
  • Save t4t5/c515b8e67c961053cc3da3a8f09b700b to your computer and use it in GitHub Desktop.
Save t4t5/c515b8e67c961053cc3da3a8f09b700b to your computer and use it in GitHub Desktop.
todo-app-index
<!-- index.html -->
<html>
<head>
<title>Todo app</title>
<link rel="stylesheet" href="components/todo-list/dist/app.css" />
</head>
<body>
<h1>Hello world!</h1>
<todo-list />
<script src="components/todo-list/dist/app.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment