13 lines
320 B
HTML
13 lines
320 B
HTML
<!DOCTYPE html>
|
|
<html ${htmlAttrs}>
|
|
<head>
|
|
${head}
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@alpha" />
|
|
</head>
|
|
<body ${bodyAttrs}>
|
|
${app}
|
|
${scripts}
|
|
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@docsearch/js@alpha"></script>
|
|
</body>
|
|
</html>
|