1

Create index.html

This commit is contained in:
Evan Pratten 2017-12-22 16:44:45 -05:00 committed by GitHub
parent 34822a08fe
commit 9243b13526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

41
button/index.html Normal file
View File

@ -0,0 +1,41 @@
<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>