mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-24 13:23:08 +09:00
17 lines
153 B
HTML
17 lines
153 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
li {
|
|
list-style-position: inside;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<ul>
|
|
<li>Test (inside).</li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|