d3-force/index.html
liuhuayong 9312756daa
Some checks failed
Node.js CI / build (14.x) (push) Has been cancelled
chore: add .gitignore and stage all project files
2026-06-13 13:15:09 +08:00

13 lines
379 B
HTML

<!DOCTYPE html>
<head>
<title>My Web Page</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<h1>Welcome to My Web Page</h1>
<p>This is a sample paragraph to demonstrate the HTML structure.</p>
<svg width="300" height="300" style="border: 1px solid red;">
<rect width="200" height="100"></rect>
</svg>
</body>
</html>