husky/docs/index.html

44 lines
1.3 KiB
HTML
Raw Normal View History

2020-09-14 08:19:16 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2021-01-28 13:11:09 +08:00
<title>Husky - Git hooks</title>
2020-09-14 08:19:16 +08:00
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
2021-03-29 15:26:19 +08:00
<meta name="description" content="Modern native Git hooks made easy" />
2020-09-14 08:19:16 +08:00
<meta
name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
/>
<link
rel="stylesheet"
2021-01-28 13:11:09 +08:00
href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css"
2020-09-14 08:19:16 +08:00
/>
2022-02-02 06:42:26 +08:00
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🐶</text></svg>"
/>
2020-09-14 08:19:16 +08:00
<style>
.markdown-section {
max-width: 840px;
}
2021-01-28 13:11:09 +08:00
.markdown-section h1 {
margin: 4rem 0 0;
}
.markdown-section h1 + h2 {
margin: 2rem 0 0;
}
2020-09-14 08:19:16 +08:00
</style>
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
2020-09-21 15:50:23 +08:00
name: 'husky',
2021-08-28 14:34:25 +08:00
repo: 'https://github.com/typicode/husky',
2020-09-14 08:19:16 +08:00
}
</script>
2021-01-28 13:11:09 +08:00
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
2020-09-14 08:19:16 +08:00
</body>
</html>