Skip to content

Instantly share code, notes, and snippets.

@KaiWedekind
Created August 12, 2018 06:38
Show Gist options
  • Save KaiWedekind/8f54d9f3b67c17439d4830ac21b7abd9 to your computer and use it in GitHub Desktop.
Save KaiWedekind/8f54d9f3b67c17439d4830ac21b7abd9 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, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>My todos</title>
</head>
<body>
<my-todos></my-todos>
<script type="text/javascript" src="my-todos.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment