update home page

This commit is contained in:
2026-06-18 16:32:31 +05:30
parent d9cc83aa82
commit 8e0d704438
57 changed files with 2813 additions and 301 deletions

7
test-anti-alias.html Normal file
View File

@@ -0,0 +1,7 @@
<!DOCTYPE html>
<html>
<body style="background: #333; padding: 50px;">
<div style="width: 100px; height: 100px; background: radial-gradient(circle at 0 0, transparent 40px, #ffffff 40px); display: inline-block; margin-right: 20px;"></div>
<div style="width: 100px; height: 100px; background: radial-gradient(circle at 0 0, transparent 40px, #ffffff 40.5px); display: inline-block;"></div>
</body>
</html>