← back to Model Arena

data/artifacts/02bc35a3d0b2/gpt.html

15 lines

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Color</title>
<style>
  body{margin:0;display:flex;align-items:center;justify-content:center;height:100vh;font-family:Arial,Helvetica,sans-serif;font-size:24px}
</style>
</head>
<body>
<script>
  document.body.textContent = "Blue.";
</script>
</body>
</html>