diff options
Diffstat (limited to 'public/about')
-rw-r--r-- | public/about/bitcoin | 1 | ||||
-rw-r--r-- | public/about/hardware | 1 | ||||
-rw-r--r-- | public/about/software | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/public/about/bitcoin b/public/about/bitcoin index bb0db6d..26de7b4 100644 --- a/public/about/bitcoin +++ b/public/about/bitcoin @@ -5,6 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Bitcoin</title> <link rel="stylesheet" href="../styles.css"> + <link rel="icon" href="../Images/favi.png" type="image/x-icon"> </head> <body> <header> diff --git a/public/about/hardware b/public/about/hardware index b2424a0..60f50fc 100644 --- a/public/about/hardware +++ b/public/about/hardware @@ -5,6 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Hardware</title> <link rel="stylesheet" href="../styles.css"> + <link rel="icon" href="../Images/favi.png" type="image/x-icon"> </head> <body> <header> diff --git a/public/about/software b/public/about/software index c48f7ee..f0e60b6 100644 --- a/public/about/software +++ b/public/about/software @@ -5,6 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Software</title> <link rel="stylesheet" href="../styles.css"> + <link rel="icon" href="../Images/favi.png" type="image/x-icon"> </head> <body> <header> |