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