Skip to content

Commit 8fecbe1

Browse files
committed
- add missing favicons to several tools
1 parent 06b2dcd commit 8fecbe1

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

tools/cps_test.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width,initial-scale=1.0">
6+
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🖱️</text></svg>">
67
<title>CPS Test</title>
78
<style>:root {
89
--primary: #4361ee;

tools/game_of_life.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🌱</text></svg>">
67
<title>Conway's Game of Life</title>
78
<style>
89
:root {

tools/reaction_time_trainer.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
content="Improve your reaction time with our free online reaction time trainer. Track your progress, analyze statistics and enhance your reflexes with regular practice.">
88
<meta name="keywords"
99
content="reaction time, reflex training, cognitive training, reaction speed test, online reaction timer">
10+
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⏱️</text></svg>">
1011
<meta property="og:title" content="Reaction Time Trainer | Test and Improve Your Response Speed">
1112
<meta property="og:description"
1213
content="Free online tool to measure and improve your reaction time. Track statistics and enhance your reflexes.">

tools/web_accessibility_checker.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="description"
77
content="Free online web accessibility checker to scan websites and HTML code for WCAG compliance and accessibility issues">
8+
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🖱️</text></svg>">
89
<title>Web Accessibility Checker - WCAG Compliance Scanner</title>
910
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
1011
<style>

0 commit comments

Comments
 (0)