mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
13 lines
286 B
HTML
Executable File
13 lines
286 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Nested IFrames Test</title>
|
|
</head>
|
|
<body>
|
|
<p><textarea cols="40" rows="10">Textarea</textarea></p>
|
|
<p><input type="text">Input type=text</p>
|
|
<p><input type="date">Input type=date</p>
|
|
<p><input type="time">Input type=time</p>
|
|
</body>
|
|
</html>
|