mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
17 lines
217 B
XML
17 lines
217 B
XML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<style>
|
|
|
|
* { animation-name: a; animation-duration: 72ms }
|
|
@keyframes a { 60% { transform: skewx(30deg); } }
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<svg></svg>
|
|
|
|
</body>
|
|
</html>
|