Tool Request: 902364532 - create_file
{"content":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <title>Hello World</title>\n <style>\n body {\n background-color: #2d3035; /* สีพื้นหลังที่เข้ม */\n color: #ff69b4; /* สีข้อความที่เด่นชัด (ส้มชมพู) */\n font-family: Arial, sans-serif;\n }\n .container {\n display: flex;\n justify-content: center;\n align-items: center;\n height: 100vh;\n margin: 0;\n }\n h1 {\n font-weight: bold; /* ทำให้ข้อความหนัก (bold) */\n }\n </style>\n</head>\n<body>\n<div class=\"container\">\n <h1>Hello World</h1>\n</div>\n</body>\n</html>","file_name":"index.html"}