-
-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathset.erb
More file actions
18 lines (17 loc) · 663 Bytes
/
set.erb
File metadata and controls
18 lines (17 loc) · 663 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Set tests</title>
</head>
<body>
<div id="empty_div" contenteditable="true"></div>
<div id="filled_div" contenteditable="true">Content</div>
<form>
<input id="date-field" type="date" name="date-field"><br>
<input id="datetime-local-field" type="datetime-local" name="datetime-local-field"><br>
<input id="range-field" type="range" min="0" max="100" name="range-field"><br>
<input id="color-field" type="color" name="color-field">
</form>
</body>
</html>