mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-01-13 18:52:04 +01:00
22 lines
454 B
HTML
22 lines
454 B
HTML
<html>
|
|
<head>
|
|
<title>SysTray-X</title>
|
|
<meta charset="utf-8" />
|
|
<meta content="" />
|
|
<style></style>
|
|
</head>
|
|
<body>
|
|
<h3>Background</h3>
|
|
<p>Background HTML</p>
|
|
|
|
<div id="accounts" data-accounts="[]">
|
|
<div id="filters" data-filters="[]"></div>
|
|
</div>
|
|
|
|
<script src="js/defaults.js"></script>
|
|
<div id="icon" data-icon-mime="" data-icon=""></div>
|
|
|
|
<script src="background.js"></script>
|
|
</body>
|
|
</html>
|