forked from arnemart/piknik
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 1.01 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Colors</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="xhair"><span></span><span></span><span></span><span></span></div>
<form>
<div class="btn">
<a class="github-button" href="https://github.com/arnemart/piknik" data-icon="octicon-star" aria-label="Star arnemart/piknik on GitHub">Star</a>
</div>
<div class="btn r">
<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="arnemart" data-url="http://color.aurlien.net" data-text="Full screen color picker">Tweet</a>
</div>
<span>Click to lock color — Scroll to change luminosity</span>
<input>
<button type="button">copy</button>
</form>
<script src="bundle.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script asybc defer src="http://platform.twitter.com/widgets.js"></script>
</body>
</html>