SurfSense/extension/public/options.html

12 lines
207 B
HTML
Raw Normal View History

2024-08-12 00:32:42 -07:00
<!DOCTYPE html>
<html>
<head>
<title>My Test Extension Options</title>
<script src="js/vendor.js"></script>
</head>
<body>
<div id="root"></div>
<script src="js/options.js"></script>
</body>
</html>