mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 17:33:08 +09:00
10 lines
132 B
HTML
10 lines
132 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
.test::after {
|
|
content:"::after content";
|
|
}
|
|
</style>
|
|
|
|
<button class="test">
|
|
Button contents
|
|
</button>
|