tiptap/docs/src/index.html

13 lines
320 B
HTML
Raw Normal View History

2020-08-13 23:27:34 +08:00
<!DOCTYPE html>
<html ${htmlAttrs}>
<head>
${head}
2020-12-01 17:25:00 +08:00
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@alpha" />
2020-08-13 23:27:34 +08:00
</head>
<body ${bodyAttrs}>
${app}
${scripts}
2020-12-01 17:25:00 +08:00
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@docsearch/js@alpha"></script>
2020-08-13 23:27:34 +08:00
</body>
2020-11-07 00:11:52 +08:00
</html>