Create index.html
This commit is contained in:
parent
34822a08fe
commit
9243b13526
41
button/index.html
Normal file
41
button/index.html
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user