mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-09 09:41:02 +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/>
|