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