omni/firefox/newtab.html

20 lines
353 B
HTML
Raw Permalink Normal View History

2022-01-18 11:32:37 +00:00
<html>
<head>
<meta charset="UTF-8">
<title>Omni</title>
<link rel="stylesheet" href="content.css">
<style>
body {
background: var(--background);
margin: 0px;
}
</style>
</head>
<body>
<script src="jquery.js"></script>
<script src="content.js"></script>
2022-02-18 06:32:45 +00:00
<script src="virtualized-list.min.js"></script>
2022-01-18 11:32:37 +00:00
</body>
</html>