native-inserter/bg/index.html

10 lines
193 B
HTML

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