native-inserter/bg/index.html

11 lines
221 B
HTML

<html>
<head>
<meta charset="utf-8"/>
<script src="/default-options.js"></script>
<script src="monitor.js"></script>
</head>
<body>
<div id="paste-target" contenteditable="true" />
</body>
</html>