mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 19:48:48 +00:00
15 lines
260 B
HTML
15 lines
260 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>mutation flashing test</title>
|
|
</head>
|
|
<body>
|
|
<div id="root">
|
|
<ul class="list">
|
|
<li class="item">item</li>
|
|
<li class="item">item</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |