forked from chokcoco/CSS-Inspiration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (36 loc) · 1.82 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>cssinspirationguide - csc inspiration guide online</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="csc inspiration guide online">
<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" href="//unpkg.com/docsify/lib/themes/vue.css">
<link rel="stylesheet" href="//unpkg.com/vuep/dist/vuep.css">
<link rel="stylesheet" href="//unpkg.com/gitalk/dist/gitalk.css">
<link rel="stylesheet" href="./assets/css/index.css">
<!-- <link rel="stylesheet" href="./assets/css/prism-line-numbers.css"> -->
</head>
<body>
<!-- <a class="github-fork" href="https://github.com/chokcoco/CSS-Inspiration" target="_blank"><img src="https://chokcoco.github.io/demo/curveJS/images/forkme.png"></a> -->
<div id="app"></div>
<script>
window.$docsify = {
loadSidebar: true,
name: 'CSS Inspiration -- CSS灵感',
repo: 'https://github.com/chokcoco/CSS-Inspiration'
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/vue/dist/vue.min.js"></script>
<script src="//unpkg.com/vuep/dist/vuep.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/gitalk.min.js"></script>
<script src="//unpkg.com/gitalk/dist/gitalk.min.js"></script>
<script src="//unpkg.com/[email protected]/components/prism-scss.min.js"></script>
<script src="//unpkg.com/[email protected]/components/prism-pug.min.js"></script>
<!-- <script src="./assets/js/prism-line-number.js"></script> -->
<script src="./assets/js/md5.js"></script>
<script src="./assets/js/index.js"></script>
</body>
</html>