酷代码 AI
菜单
全部AI  /  热门  /  AI写代码神器
服务商

<%@ page contenttype="text/html; charset=utf-8" pageencoding="utf-8" %> <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>document</title> <style> @import url('https://fonts.googleapis.com/css?family=montserrat:400,800'); * { box-sizing: border-box; } body, html {

margin: 0; padding: 0; font-family: 'montserrat', sans-serif; background-color: #f0f0f0; } h1 { text-align: center; margin-top: 50px; color: #333; } p { text-align: center; color: #666; } </style> </head> <body> <h1>Welcome to My Website</h1> <p>This is a sample HTML document with some CSS styling.</p> </body> </html> [2024-10-30 19:49:49 | AI写代码神器 | 324点数解答]

相关提问