1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-12-22 21:00:23 +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> <head>
<title>CanvasBlocker Export Settings</title> <title>CanvasBlocker Export Settings</title>
<link href="export.css" rel="stylesheet" type="text/css"> <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"> <meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head> </head>
<body> <body>

View File

@ -2,8 +2,10 @@
<html> <html>
<head> <head>
<title>CanvasBlocker navigator settings</title> <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 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> </head>
<body> <body>
<script src="../lib/require.js"></script> <script src="../lib/require.js"></script>

View File

@ -4,6 +4,8 @@
<title>CanvasBlocker Settings</title> <title>CanvasBlocker Settings</title>
<link href="../lib/modal.css" rel="stylesheet" type="text/css"> <link href="../lib/modal.css" rel="stylesheet" type="text/css">
<link href="options.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"> <meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head> </head>
<body> <body>

View File

@ -2,8 +2,10 @@
<html> <html>
<head> <head>
<title>CanvasBlocker Settings Sanitation</title> <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 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> </head>
<body> <body>
<script src="../lib/require.js"></script> <script src="../lib/require.js"></script>

View File

@ -2,8 +2,10 @@
<html> <html>
<head> <head>
<title>CanvasBlocker whitelist inspection</title> <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 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> </head>
<body> <body>
<script src="../lib/require.js"></script> <script src="../lib/require.js"></script>