study-area-cn-homepage/index.html

42 lines
1.2 KiB
HTML
Raw Normal View History

2024-05-24 20:30:25 +08:00
<!doctype html>
2024-06-29 17:08:37 +08:00
<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, 玩的开心,学的愉快!"
/>
<meta name="generator" content="Vite, mdbook" />
<meta name="copyright" content="StudyAreaCN Team" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="author" content="StudyAreaCN Team,team@study-area.org.cn" />
<meta name="robots" content="index,follow" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no" />
<link rel="icon" type="image/x-icon" href="/favicon.png" />
</head>
2024-06-29 17:08:37 +08:00
<body>
<style>
html,
body,
#app {
height: 100%;
width: 100%;
}
@media screen and (max-width:640px){
#app {
margin:0;
}
}
</style>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>