omni/firefox/newtab.html
2022-02-18 14:32:45 +08:00

19 lines
353 B
HTML

<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>
<script src="virtualized-list.min.js"></script>
</body>
</html>