Skip to content

Commit 21a2661

Browse files
committed
added twitter button
1 parent 07fe9d9 commit 21a2661

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

keys-to-kingdom/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<head>
2+
<title>Keys to a kingdom - can you break a JS crypto?</title>
23
<link rel=stylesheet type=text/css href=http://nicolasgallagher.com/pure-css-speech-bubbles/demo/default.css >
34
<style>
45
p {text-align: center}
@@ -15,12 +16,13 @@
1516
f.elements['tryme'].value = '';
1617
return false;
1718
}
18-
1919
</script>
2020
</head>
2121
<body>
2222
<div style="width: 700px; margin: 0 auto">
2323
<h1>Keys to a kingdom!</h1>
24+
<a href="https://twitter.com/share" class="twitter-share-button" data-via="kkotowicz" data-size="large">Tweet</a>
25+
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
2426
<p>A quick fun sidechannel, posssibly crypto challenge by <a href="http://blog.kotowicz.net">Krzysztof Kotowicz</a></p>
2527
<h2>Rules</h2>
2628
<ol>

0 commit comments

Comments
 (0)