Skip to content

Commit 74758b8

Browse files
add share.js
1 parent ece4446 commit 74758b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<link rel="stylesheet" type="text/css" href="moefront.css">
66
<link href="https://cdn.bootcss.com/font-awesome/4.5.0/css/font-awesome.css" rel="stylesheet">
7+
<link href="https://cdnjs.cloudflare.com/ajax/libs/social-share.js/1.0.15/css/share.min.css" rel="stylesheet">
78
<title>MoeFront - We are Here.</title>
89
</head>
910
<body>
@@ -62,6 +63,8 @@ <h1 style="margin-top: 10%;text-align: center;font-weight: normal;color:#fff;fon
6263
<div class="copyright">&copy;2015-2016 MoeFront Studio / Finished by members of MoeFront with ❤. <a style="color:#eee;" href="old/index.html"> 访问上个版本的MoeFront</a></div>
6364
</div>
6465
<script type="text/javascript" src="moefront.js"></script>
66+
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/social-share.js/1.0.15/js/social-share.min.js"></script>
67+
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/social-share.js/1.0.15/js/jquery.share.min.js"></script>
6568
<script>
6669
$(".moefront").slideDown(1000,function(){
6770
$(".metting").slideDown();

0 commit comments

Comments
 (0)