mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
21 lines
395 B
HTML
21 lines
395 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="cookies.css"/>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="panel">
|
|
<div class="panel-section panel-section-header">
|
|
<div class="text-section-header" id="header-title"></div>
|
|
</div>
|
|
<ul id="cookie-list">
|
|
</ul>
|
|
</div>
|
|
<script src="cookies.js"></script>
|
|
</body>
|
|
|
|
</html>
|