Icon shuffling
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 12 KiB |
@@ -4,11 +4,10 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Firewall issues tool</title>
|
<title>Firewall issues tool</title>
|
||||||
|
<link rel="icon" href="favicon.ico" sizes="any">
|
||||||
<link rel="icon" type="image/svg+xml" href="icons/favicon.svg">
|
<link rel="icon" type="image/svg+xml" href="icons/favicon.svg">
|
||||||
<link rel="apple-touch-icon" href="icons/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="apple-touch-icon.png">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon-180x180.png">
|
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
|
||||||
<link rel="apple-touch-icon" sizes="167x167" href="icons/apple-touch-icon-167x167.png">
|
|
||||||
<link rel="apple-touch-icon" sizes="152x152" href="icons/apple-touch-icon-152x152.png">
|
|
||||||
<link rel="stylesheet" href="styles.css">
|
<link rel="stylesheet" href="styles.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -4,11 +4,10 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Process Issues - Firewall issues tool</title>
|
<title>Process Issues - Firewall issues tool</title>
|
||||||
|
<link rel="icon" href="favicon.ico" sizes="any">
|
||||||
<link rel="icon" type="image/svg+xml" href="icons/favicon.svg">
|
<link rel="icon" type="image/svg+xml" href="icons/favicon.svg">
|
||||||
<link rel="apple-touch-icon" href="icons/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="apple-touch-icon.png">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon-180x180.png">
|
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
|
||||||
<link rel="apple-touch-icon" sizes="167x167" href="icons/apple-touch-icon-167x167.png">
|
|
||||||
<link rel="apple-touch-icon" sizes="152x152" href="icons/apple-touch-icon-152x152.png">
|
|
||||||
<link rel="stylesheet" href="styles.css">
|
<link rel="stylesheet" href="styles.css">
|
||||||
<style>
|
<style>
|
||||||
.process-container {
|
.process-container {
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
User-agent: *
|
||||||
|
Allow: /
|
||||||
|
|
||||||