You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
<p>This is <strong>{{owner}}</strong>'s tk-element but <strong>{{name}}</strong> lets me borrow it. He likes the color <spanstyle="color: {{color}}">{{color}}</span>. I am <strong>{{age}}</strong> years old.</p>
3
+
<p>This is <strong>{{owner}}</strong>'s tk-element but
4
+
<strong>{{name}}</strong> lets me borrow it.
5
+
He likes the color <spanstyle="color: {{color}}">{{color}}</span>.
6
+
I am <strong>{{age}}</strong> years old.</p>
4
7
<labelfor="ageInput">Age:</label>
5
8
<inputid="ageInput" type="range" value="{{age}}">
6
9
<labelfor="nameInput">Name:</label>
7
-
<inputid="nameInput" value="{{name}}" on-keyup="processName" placeholder="Your name here...">
10
+
<inputid="nameInput" value="{{name}}" placeholder="Your name here...">
0 commit comments