mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 20:33:10 +09:00
11 lines
247 B
HTML
11 lines
247 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf8">
|
|
<style type="text/css">
|
|
@counter-style triangle { symbols: b; }
|
|
@counter-style disc { system: extends triangle; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<ul><li><---That should be a 'b' character.
|