aboutsummaryrefslogtreecommitdiff
path: root/node_modules/vuepress/lib/app/index.ssr.html
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/vuepress/lib/app/index.ssr.html')
-rw-r--r--node_modules/vuepress/lib/app/index.ssr.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/node_modules/vuepress/lib/app/index.ssr.html b/node_modules/vuepress/lib/app/index.ssr.html
new file mode 100644
index 00000000..32d310a9
--- /dev/null
+++ b/node_modules/vuepress/lib/app/index.ssr.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html lang="{{ lang }}">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width,initial-scale=1">
+ <title>{{ title }}</title>
+ <meta name="description" content="{{ description }}">
+ {{{ userHeadTags }}}
+ {{{ pageMeta }}}
+ {{{ renderResourceHints() }}}
+ {{{ renderStyles() }}}
+ </head>
+ <body>
+ <!--vue-ssr-outlet-->
+ {{{ renderScripts() }}}
+ </body>
+</html>