mirror of
https://github.com/swc-project/swc.git
synced 2025-01-04 11:37:06 +03:00
16 lines
183 B
HTML
16 lines
183 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
|
|
<dialog open>
|
|
<p>Greetings, one and all!</p>
|
|
</dialog>
|
|
|
|
<dialog>Test</dialog>
|
|
|
|
</body>
|
|
</html>
|