1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-04 12:27:51 +02:00
CanvasBlocker/options/sanitize.html
2018-10-09 08:14:50 +02:00

17 lines
589 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>CanvasBlocker Settings Sanitation</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" media="screen" href="sanitize.css" />
</head>
<body>
<script src="../lib/require.js"></script>
<script src="../lib/logging.js"></script>
<script src="../lib/settingDefinitions.js"></script>
<script src="../lib/settingContainers.js"></script>
<script src="../lib/settings.js"></script>
<script src="sanitationRules.js"></script>
<script src="sanitize.js"></script>
</body>
</html>