-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwtf.njk
25 lines (24 loc) · 834 Bytes
/
wtf.njk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
title: 11ty + Tachyons
layout: layouts/default.njk
permalink: /wtf/
---
<div class="pa4-l">
<form class="mw7 center pa4 bt bb b--black-10">
<fieldset class="cf bn ma0 pa0">
<div class="cf">
<input
class="f6 f5-l input-reset bn fl bg-black white pa3 lh-solid w-100 w-75-m w-80-l br2-ns br--left-ns"
placeholder="0x7de40caed8f30bd76fa84a50412ab0ac9bd499c2"
type="text"
value="0x7de40caed8f30bd76fa84a50412ab0ac9bd499c2">
<input
class="btn f6 f5-l button-reset fl pv3 tc bn bg-animate bg-black-70 hover-bg-black white pointer w-100 w-25-m w-20-l br2-ns br--right-ns"
data-clipboard-action="copy"
data-clipboard-target="#bsc-address"
type="submit"
value="Copy">
</div>
</fieldset>
</form>
</div>