mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-07 17:43:49 +08:00
16 lines
389 B
HTML
16 lines
389 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module">
|
|
import setup from "../../../../setup/react.ts";
|
|
import source from "@source";
|
|
setup("Extensions/FloatingMenu", source);
|
|
</script>
|
|
</body>
|
|
</html>
|