Add example to index.html.ejs
This commit is contained in:
parent
25242d73d5
commit
9b74f6a530
1 changed files with 4 additions and 0 deletions
|
|
@ -413,6 +413,10 @@
|
||||||
<label for="text${getNewId()}">Email</label>
|
<label for="text${getNewId()}">Email</label>
|
||||||
<input id="text${getCurrentId()}" type="email" value="admin@contoso.com"/>
|
<input id="text${getCurrentId()}" type="email" value="admin@contoso.com"/>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="field-row-stacked" style="width: 200px">
|
||||||
|
<label for="text${getNewId()}">Phone</label>
|
||||||
|
<input id="text${getCurrentId()}" type="tel" value="636-555-3226"/>
|
||||||
|
</div>
|
||||||
<div class="field-row-stacked" style="width: 200px">
|
<div class="field-row-stacked" style="width: 200px">
|
||||||
<label for="text${getNewId()}">Password</label>
|
<label for="text${getNewId()}">Password</label>
|
||||||
<input id="text${getCurrentId()}" type="password" value="hunter2"/>
|
<input id="text${getCurrentId()}" type="password" value="hunter2"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue