1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-12-22 12:50:36 +01:00

Added tab icon to all option pages

This commit is contained in:
kkapsner 2019-07-16 13:35:30 +02:00
parent 6fb0f946af
commit 7574ee1126
5 changed files with 13 additions and 3 deletions

View File

@ -3,6 +3,8 @@
<head>
<title>CanvasBlocker Export Settings</title>
<link href="export.css" rel="stylesheet" type="text/css">
<link href="../icons/icon.svg" type="image/svg" rel="icon">
<link href="../icons/icon.svg" type="image/svg" rel="shortcut icon">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>

View File

@ -2,8 +2,10 @@
<html>
<head>
<title>CanvasBlocker navigator settings</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" media="screen" href="navigator.css" />
<link href="../icons/icon.svg" type="image/svg" rel="icon">
<link href="../icons/icon.svg" type="image/svg" rel="shortcut icon">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<script src="../lib/require.js"></script>

View File

@ -4,6 +4,8 @@
<title>CanvasBlocker Settings</title>
<link href="../lib/modal.css" rel="stylesheet" type="text/css">
<link href="options.css" rel="stylesheet" type="text/css">
<link href="../icons/icon.svg" type="image/svg" rel="icon">
<link href="../icons/icon.svg" type="image/svg" rel="shortcut icon">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>

View File

@ -2,8 +2,10 @@
<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" />
<link href="../icons/icon.svg" type="image/svg" rel="icon">
<link href="../icons/icon.svg" type="image/svg" rel="shortcut icon">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<script src="../lib/require.js"></script>

View File

@ -2,8 +2,10 @@
<html>
<head>
<title>CanvasBlocker whitelist inspection</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" media="screen" href="sanitize.css" />
<link href="../icons/icon.svg" type="image/svg" rel="icon">
<link href="../icons/icon.svg" type="image/svg" rel="shortcut icon">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<script src="../lib/require.js"></script>