mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-08 22:11:52 +00:00
13 lines
233 B
HTML
13 lines
233 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<link rel='stylesheet' type='text/css' href='style.css'>
|
|
<style>
|
|
textarea::-moz-placeholder {
|
|
opacity: 0.1;
|
|
}
|
|
</style>
|
|
<body>
|
|
<textarea placeholder='foo'></textarea>
|
|
</body>
|
|
</html>
|