1
0
2025-01-31 18:05:27 +01:00

22 lines
505 B
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ladeanimation Beispiel</title>
<script type="module" src="https://cdn.jsdelivr.net/npm/ldrs/dist/auto/quantum.js"></script>
</head>
<body>
<!-- Deine anderen Inhalte hier -->
<!-- Ladeanimation -->
<l-quantum
size="45"
speed="1.75"
color="black"
></l-quantum>
<!-- Weitere Inhalte -->
</body>
</html>