添加meta
Build and Publish / Run (push) Failing after 11m40s Details

This commit is contained in:
cxykevin 2024-06-29 17:08:37 +08:00
parent 01cefe4fd6
commit 5f5ddfc361
1 changed files with 17 additions and 9 deletions

View File

@ -1,10 +1,18 @@
<!doctype html>
<html lang="en" class="mdui-theme-auto">
<head>
<title>Study Area CN</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
<html lang="en" class="mdui-theme-auto">
<head>
<title>Study Area CN</title>
<meta charset="utf-8" />
<meta name="keywords"
content="Study-area, study-area, study-area-cn Study Area CN, study area cn, 酷学园, 酷学园 CN , 酷!学园, netman, linux, mdbook">
<meta name="description" content="Study Area CN 酷学园CN, 玩的开心,学的愉快!">
</head>
<body>
<div id="app">
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>