mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-19 10:20:22 +00:00
9 lines
212 B
HTML
9 lines
212 B
HTML
|
|
<!DOCTYPE html><html><head><style>
|
||
|
|
* {
|
||
|
|
font: 20px 'SerenitySans';
|
||
|
|
}
|
||
|
|
input {
|
||
|
|
width: 200px;
|
||
|
|
}
|
||
|
|
</style></head><body><input type="range" min="0" max="100" /><input type="range" min="0" max="100" value="10"/>
|