mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-05 04:38:52 +01:00
14 lines
413 B
HTML
14 lines
413 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/logging.js"></script>
|
|
<script src="buildPrefInputs.js"></script>
|
|
<script src="options.js"></script>
|
|
</body>
|
|
</html> |