42 lines
964 B
HTML
42 lines
964 B
HTML
<html><head>
|
|
<link href="https://unpkg.com/picnic" rel="stylesheet">
|
|
<title>The Button</title>
|
|
<style>
|
|
@font-face{
|
|
font-family: "8-bit";
|
|
src: url('./font.txt'),
|
|
url('./font.txt'); /* IE */
|
|
}
|
|
body {
|
|
font-family: "8-bit";
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="flex one three-600 demo">
|
|
<div><span></span></div>
|
|
<div style="text-align:center;" class="lll"><span>
|
|
<br>
|
|
<br>
|
|
<h3>It's a button, click it</h3>
|
|
|
|
|
|
<a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button" data-text="I pressed the button!" data-url="http://www.retrylife.ca/button" data-hashtags="RTLButton" data-related="ewpratten" data-show-count="false"><button>Button</button></a><script async="" src="https://platform.twitter.com/widgets.js" charset="utf-8"></script><script async="" src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</span></div>
|
|
<div><span></span></div>
|
|
</div>
|
|
|
|
</body></html>
|