We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18c38d commit e1b8e59Copy full SHA for e1b8e59
examples/to-do/index.html
@@ -1,15 +1,4 @@
1
-<title><to-do></title>
2
-
3
-<link rel=stylesheet href=https://devpunks.herokuapp.com/typography.css>
4
5
<script src=/snuggsi.es></script>
6
-<script name=polyfill src=https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/1.0.0/webcomponents-hi-ce.js></script>
7
8
-<link rel=import href=/examples/header-group>
9
-<header-group>
10
- <h2 slot=header><to-do></h2>
11
- <a slot=subheader title='See more component examples' href=/examples>See more component examples</a>
12
-</header-group>
13
14
<to-do>
15
<h1>{name}'s <to-do> List</h1>
0 commit comments