blob: 91812d0cee7da25629a5945e6e12fde4f7344cfd (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html dir='rtl'>
<link rel='stylesheet' type='text/css' href='placeholder-style.css'>
<body>
<input class='placeholder' value='foo'>
<textarea class='placeholder' >foo</textarea>
</body>
</html>
|