mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 22:55:23 +00:00
11 lines
315 B
HTML
11 lines
315 B
HTML
<!DOCTYPE html><html><head><style>
|
|
* {
|
|
font: 20px 'SerenitySans';
|
|
}
|
|
input {
|
|
width: 200px;
|
|
}
|
|
</style></head><body><input type="text" value="text" />
|
|
<input type="text" placeholder="This placeholder should be visible" />
|
|
<input type="text" value="text" placeholder="This placeholder should not be visible" />
|