mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-14 18:49:02 +08:00
12 lines
361 B
HTML
12 lines
361 B
HTML
<!DOCTYPE html>
|
|
<html ${htmlAttrs}>
|
|
<head>
|
|
${head}
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
|
|
</head>
|
|
<body ${bodyAttrs}>
|
|
${app}
|
|
${scripts}
|
|
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
|
|
</body>
|
|
</html> |