mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
16 lines
286 B
HTML
16 lines
286 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>menclose unknown</title>
|
|
<meta charset="utf-8"/>
|
|
</head>
|
|
|
|
<body>
|
|
<math>
|
|
<menclose notation="circle">
|
|
<mspace width="100px" height="50px" mathbackground="blue"></mspace>
|
|
</menclose>
|
|
</math>
|
|
</body>
|
|
</html>
|