8 lines
384 B
HTML
8 lines
384 B
HTML
<!DOCTYPE html>
|
|
<link rel='stylesheet' href='style-shown.css'>
|
|
<input class='shown-ref' value='foo'>
|
|
<input type="number" class='shown-ref' placeholder='foo'>
|
|
<input type="email" class='shown-ref' placeholder='foo'>
|
|
<input type="search" class='shown-ref' placeholder='foo'>
|
|
<input type="tel" class='shown-ref' placeholder='foo'>
|
|
<input type="url" class='shown-ref' placeholder='foo'>
|