Skip to content

Commit eca0e8c

Browse files
committed
added g+1 button
1 parent cbe424a commit eca0e8c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

html.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
<div class="container">
5252
<h1>html</h1>
5353
<h2>HTML related interview questions</h2>
54-
<p>January 01, 2014</p>
54+
<p>January 01, 2014</p>
55+
<div class="g-plusone"></div>
5556
</div>
5657
</div>
5758
<div class="container">
@@ -241,7 +242,12 @@ <h2>Need more!</h2>
241242
<script src="js/bootstrap.min.js"></script>
242243
<script src="js/highlight.pack.js"></script>
243244
<script>hljs.initHighlightingOnLoad();</script>
244-
245-
245+
<script type="text/javascript">
246+
(function() {
247+
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
248+
po.src = 'https://apis.google.com/js/platform.js';
249+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
250+
})();
251+
</script>
246252
</body>
247253
</html>

0 commit comments

Comments
 (0)