social-likes-nojq/gh-pages/templates/index.tmpl.html

19 lines
480 B
HTML

<!DOCTYPE html>
<html lang="{{=$.lang}}">
<head>
<meta charset="utf-8">
<title>Social Likes</title>
<meta name="generator" content="Social Likes: http://sapegin.github.com/social-likes/">
<link rel="stylesheet" href="social-likes_{{=$.skin}}.css">
</head>
<body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/{{=$.jquery_ver}}/jquery.min.js"><\/script>
<script src="social-likes.min.js"><\/script>
{{=$.html}}
<p><small>{{=$.footer}}</small></p>
</body>
</html>