CanvasBlocker/browserAction/browserAction.html

16 lines
523 B
HTML
Raw Normal View History

2018-07-29 21:43:40 +02:00
<!DOCTYPE html>
<html>
<head>
<title>CanvasBlocker browser action</title>
<link href="browserAction.css" rel="stylesheet" type="text/css">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<div id="actions"></div>
<script src="../lib/require.js"></script>
<script src="../lib/settingDefinitions.js"></script>
<script src="../lib/settings.js"></script>
<script src="../lib/logging.js"></script>
<script src="browserAction.js"></script>
</body>
</html>