mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
21 lines
614 B
HTML
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>
|