1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-25 21:12:46 +02:00
CanvasBlocker/options/options.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>