aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-19 10:37:34 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-19 12:02:36 +0530
commita227833e66eebbed9c0dae8cd74b276eb7bbc572 (patch)
treebed51f3ee302d19fe272d895d06c4f0b3caa0002
parent[Housekeeping] Added missing hygiene configs/files for developer/contributor. (diff)
downloadferdium-server-a227833e66eebbed9c0dae8cd74b276eb7bbc572.tar.gz
ferdium-server-a227833e66eebbed9c0dae8cd74b276eb7bbc572.tar.zst
ferdium-server-a227833e66eebbed9c0dae8cd74b276eb7bbc572.zip
Fixed #56: Added favicon for all html pages served by the server.
-rw-r--r--public/img/favicon.icobin0 -> 4286 bytes
-rw-r--r--public/privacy.html1
-rw-r--r--public/terms.html1
-rw-r--r--resources/views/layouts/main.edge1
-rw-r--r--resources/views/layouts/v2.edge1
5 files changed, 4 insertions, 0 deletions
diff --git a/public/img/favicon.ico b/public/img/favicon.ico
new file mode 100644
index 0000000..4ec9d51
--- /dev/null
+++ b/public/img/favicon.ico
Binary files differ
diff --git a/public/privacy.html b/public/privacy.html
index ac17608..33302ad 100644
--- a/public/privacy.html
+++ b/public/privacy.html
@@ -8,6 +8,7 @@
8 <title>Privacy Policy - Ferdi API</title> 8 <title>Privacy Policy - Ferdi API</title>
9 9
10 <link rel="stylesheet" href="css/vanilla.css"> 10 <link rel="stylesheet" href="css/vanilla.css">
11 <link rel="shortcut icon" type="image/jpg" href="img/favicon.ico" />
11</head> 12</head>
12 13
13<body> 14<body>
diff --git a/public/terms.html b/public/terms.html
index 270e3ab..d7ef44b 100644
--- a/public/terms.html
+++ b/public/terms.html
@@ -8,6 +8,7 @@
8 <title>Terms of Service - Ferdi API</title> 8 <title>Terms of Service - Ferdi API</title>
9 9
10 <link rel="stylesheet" href="css/vanilla.css"> 10 <link rel="stylesheet" href="css/vanilla.css">
11 <link rel="shortcut icon" type="image/jpg" href="img/favicon.ico" />
11 12
12 <style> 13 <style>
13 ol, 14 ol,
diff --git a/resources/views/layouts/main.edge b/resources/views/layouts/main.edge
index b6cc8ca..00d9987 100644
--- a/resources/views/layouts/main.edge
+++ b/resources/views/layouts/main.edge
@@ -6,6 +6,7 @@
6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7 <meta http-equiv="X-UA-Compatible" content="ie=edge"> 7 <meta http-equiv="X-UA-Compatible" content="ie=edge">
8 <title>ferdi-server</title> 8 <title>ferdi-server</title>
9 <link rel="shortcut icon" type="image/jpg" href="img/favicon.ico" />
9 10
10 {{ style('css/vanilla') }} 11 {{ style('css/vanilla') }}
11 {{ style('css/main') }} 12 {{ style('css/main') }}
diff --git a/resources/views/layouts/v2.edge b/resources/views/layouts/v2.edge
index 39f8085..f3bf37c 100644
--- a/resources/views/layouts/v2.edge
+++ b/resources/views/layouts/v2.edge
@@ -6,6 +6,7 @@
6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7 <meta http-equiv="X-UA-Compatible" content="ie=edge"> 7 <meta http-equiv="X-UA-Compatible" content="ie=edge">
8 <title>Ferdi Server</title> 8 <title>Ferdi Server</title>
9 <link rel="shortcut icon" type="image/jpg" href="img/favicon.ico" />
9 10
10 {{ style('css/tailwind') }} 11 {{ style('css/tailwind') }}
11 {{ style('css/main') }} 12 {{ style('css/main') }}