添加meta
Build and Publish / Run (push) Failing after 11m40s
Details
Build and Publish / Run (push) Failing after 11m40s
Details
This commit is contained in:
parent
01cefe4fd6
commit
5f5ddfc361
26
index.html
26
index.html
|
@ -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>
|
Loading…
Reference in New Issue