mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
28 lines
668 B
HTML
28 lines
668 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{ lang }}">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="generator" content="VuePress {{ version }}">
|
|
<style>
|
|
:root {
|
|
--c-bg: #fff;
|
|
}
|
|
html.dark {
|
|
--c-bg: #22272e;
|
|
}
|
|
html, body {
|
|
background-color: var(--c-bg);
|
|
}
|
|
</style>
|
|
<!--vuepress-ssr-head-->
|
|
<!--vuepress-ssr-resources-->
|
|
<!--vuepress-ssr-styles-->
|
|
</head>
|
|
<body>
|
|
<div id="app"><!--vuepress-ssr-app--></div>
|
|
<!--vuepress-ssr-scripts-->
|
|
</body>
|
|
</html>
|