← back to Tiny Single Element Loading Animationscompare with ground truth →
model output
LLaMA 4 Scout
Tiny Single Element Loading Animations
A 0.56T 0.00
1<!DOCTYPE html>
2<html lang="en">
3<head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <title>Static Image</title>
7 <style>
8 body {
9 background-color: #FFFFFF;
10 }
11 .circle {
12 position: absolute;
13 top: 10px;
14 left: 10px;
15 width: 20px;
16 height: 20px;
17 border-radius: 50%;
18 border: 1px solid #CCCCCC;
19 }
20 </style>
21</head>
22<body>
23 <div class="circle"></div>
24</body>
25</html>