-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
31 lines (24 loc) · 834 Bytes
/
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
<!doctype html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="./js/social-share-count.js"></script>
<title>Document</title>
</head>
<body>
<p class="name">Facebook</p>
<p data-sc-fb="https://www.webcyou.com"></p>
<p class="name">Twitter</p>
<p data-sc-tw="http://www.webcyou.com"></p>
<p class="name">Pocket</p>
<p data-sc-pk="https://www.webcyou.com"></p>
<!--<p>Feedly</p>-->
<!--<p data-sc-fd="http://blog.evernote.com/jp/feed/"></p>-->
<p class="name">Pinterest</p>
<p data-sc-pr="https://www.google.com/"></p>
<p class="name">はてなブックマーク</p>
<p data-sc-hb="http://www.webcyou.com"></p>
</body>
</html>