mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
16 lines
294 B
HTML
16 lines
294 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>menclose unknown</title>
|
||
|
<meta charset="utf-8"/>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<math>
|
||
|
<menclose notation="circle unknown">
|
||
|
<mspace width="100px" height="50px" mathbackground="blue"></mspace>
|
||
|
</menclose>
|
||
|
</math>
|
||
|
</body>
|
||
|
</html>
|