mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 12:50:36 +01:00
15 lines
463 B
HTML
15 lines
463 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>CanvasBlocker Settings</title>
|
|
<link href="options.css" rel="stylesheet" type="text/css">
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
</head>
|
|
<body>
|
|
<script src="../lib/defaultSettings.js"></script>
|
|
<script src="../lib/require.js"></script>
|
|
<script src="../lib/logging.js"></script>
|
|
<script src="buildPrefInputs.js"></script>
|
|
<script src="options.js"></script>
|
|
</body>
|
|
</html> |