mirror of
https://github.com/facebook/lexical.git
synced 2025-05-17 15:18:47 +08:00
13 lines
313 B
HTML
13 lines
313 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Lexical Node State Example</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script src="/src/main.tsx" type="module"></script>
|
|
</body>
|
|
</html>
|