mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 12:50:36 +01:00
12 lines
317 B
HTML
12 lines
317 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="buildPrefInputs.js"></script>
|
|
<script src="options.js"></script>
|
|
</body>
|
|
</html> |