mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
15 lines
334 B
XML
15 lines
334 B
XML
<?xml version="1.0"?>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html" />
|
|
<title>Math with position: absolute</title>
|
|
<style>
|
|
math { position: absolute; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<math xmlns="http://www.w3.org/1998/Math/MathML">
|
|
<infinity/>
|
|
</math>
|
|
</body>
|
|
</html>
|