mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
11 lines
128 B
HTML
11 lines
128 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
:modal {
|
|
display: flex;
|
|
}
|
|
</style>
|
|
|
|
<dialog open>
|
|
<span>I'm a node</span>
|
|
</dialog>
|