17 lines
456 B
HTML
17 lines
456 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{ lang }}">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<meta name="generator" content="VuePress {{ version }}">
|
|
<!--vuepress-ssr-head-->
|
|
<!--vuepress-ssr-styles-->
|
|
<!--vuepress-ssr-preload-->
|
|
<!--vuepress-ssr-prefetch-->
|
|
</head>
|
|
<body>
|
|
<div id="app"><!--vuepress-ssr-content--></div>
|
|
<!--vuepress-ssr-scripts-->
|
|
</body>
|
|
</html>
|