mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
9 lines
142 B
HTML
9 lines
142 B
HTML
<!doctype html>
|
|
<html>
|
|
<body>
|
|
<span style="text-decoration: underline">
|
|
Some<button>text</button>and a button
|
|
</span>
|
|
</body>
|
|
</html>
|