mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-19 18:30:27 +00:00
10 lines
179 B
HTML
10 lines
179 B
HTML
|
|
<!DOCTYPE html><html><head><style>
|
||
|
|
* {
|
||
|
|
border: 1px solid black;
|
||
|
|
font: 20px 'SerenitySans';
|
||
|
|
}
|
||
|
|
input {
|
||
|
|
display: inline;
|
||
|
|
width: 200px;
|
||
|
|
}
|
||
|
|
</style></head><body><input/>
|