-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (64 loc) · 1.93 KB
/
index.html
File metadata and controls
64 lines (64 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Happy Coding</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="happy coding,happy coding cool, Spring Cloud, Spring boot, Spring Cloud Alibaba">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="icon" href="_media/favicon.ico">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
<!-- <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/dark.css">-->
<style>
#happy-code-art{
width: 500px;
height: 400px;
}
#cover-logo{
border-radius: 50%!important;
}
.icon-front{
width: 20px;
height: 20px;
vertical-align: middle;
margin-right: 5px;
}
</style>
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
loadSidebar: true,
loadNavbar: true,
coverpage: true,
homepage: 'home.md',
name: '<a href=# >happy coding</span>',
repo: 'https://github.com/happy-coding-cool',
copyCode: {
buttonText: {
'/' : '点击复制'
},
errorText: {
'/' : '错误'
},
successText: {
'/' : '复制'
}
},
footer: {
copy: '<span>happycoding.cool © 2021 | <a href="http://beian.miit.gov.cn" target="_blank">粤ICP备 2020135011号</a> </span>',
auth: 'by pzsoftchen',
pre: '<hr/>',
style: 'text-align: center;',
class: 'className',
},
}
</script>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-copy-code"></script>
<script src="//unpkg.com/docsify-footer-enh/dist/docsify-footer-enh.min.js"></script>
</body>
</html>