improve: adjust layout of path node

This commit is contained in:
h z
2024-12-06 19:01:03 +00:00
parent df7ba4c490
commit a1473e51e7
4 changed files with 132 additions and 164 deletions

View File

@@ -4,8 +4,14 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hangman Lab</title>
</head>
<body>
<div id="root"></div>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
rel="stylesheet"
/>
</body>
</html>