cd0639d55c
Ubuntu deployment at /opt/jiedian with pre-filled env for 47.76.87.111. Co-authored-by: Cursor <cursoragent@cursor.com>
18 lines
482 B
HTML
18 lines
482 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Welcome</title>
|
|
<style>
|
|
body { font-family: system-ui, sans-serif; max-width: 640px; margin: 4rem auto; padding: 0 1rem; color: #333; }
|
|
h1 { font-weight: 600; }
|
|
p { line-height: 1.6; color: #666; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Welcome</h1>
|
|
<p>This site is under construction.</p>
|
|
</body>
|
|
</html>
|