mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 01:43:08 +09:00
15 lines
274 B
HTML
15 lines
274 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>menclose multiple</title>
|
|
<meta charset="utf-8"/>
|
|
</head>
|
|
|
|
<body>
|
|
<math>
|
|
<menclose notation="circle left top">
|
|
<mspace width="100px" height="50px"></mspace>
|
|
</menclose>
|
|
</math>
|
|
</body>
|
|
</html>
|