Files
webextensions-examples/cookie-bg-picker/popup/bgpicker.html
2016-08-01 11:33:16 +01:00

21 lines
614 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="bgpicker.css"/>
</head>
<body>
<div class="bg-container">
<button class="bullseyes"></button><button class="subtle"></button><button class="tactilenoise"></button><button class="triangles"></button><button class="triangles2"></button><button class="washi"></button><button class="starring"></button><button class="whitey"></button>
</div>
<div class="color-reset">
<input type="text" placeholder="Enter color value"><button>Reset</button>
</div>
<script src="bgpicker.js"></script>
</body>
</html>