mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 19:54:39 +00:00
22 lines
356 B
HTML
22 lines
356 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Background Fetcher</title>
|
|
|
|
<style>
|
|
body {
|
|
margin: 0 !important;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<!-- Container for the media -->
|
|
<div id="media-container">
|
|
<!-- Will be populated dynamically -->
|
|
</div>
|
|
|
|
<script src="background.js"></script>
|
|
</body>
|
|
</html>
|