mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
13 lines
219 B
HTML
13 lines
219 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
|
|
<title>Omnivore background</title>
|
|
|
|
<script src="/scripts/constants.js"></script>
|
|
<script src="/scripts/background.js"></script>
|
|
</head>
|
|
|
|
</html>
|