mirror of
https://github.com/servo/servo.git
synced 2025-06-27 02:23:41 +01:00
18 lines
507 B
HTML
18 lines
507 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
* {
|
|
aspect-ratio: 1206265768.1737075 / 726190483.5455273 ! important;
|
|
float: inline-start;
|
|
padding-block-end: 4348105909.35903Q;
|
|
column-count: 1027970145;
|
|
width: min-content;
|
|
border-inline-end: groove gainsboro 319302447.513733ch;
|
|
}
|
|
</style>
|
|
<script>
|
|
document.addEventListener("DOMContentLoaded", () => {
|
|
const input = document.createElementNS("http://www.w3.org/1999/xhtml", "input");
|
|
document.documentElement.appendChild(input);
|
|
input.type = "file";
|
|
})
|
|
</script>
|