0
0
Fork 0

Added favicon

This commit is contained in:
Bryan Pedini 2019-01-22 17:01:35 +01:00
parent 3b3b25f7de
commit 5027ef811b
No known key found for this signature in database
GPG Key ID: 688D440AE31B40C2
2 changed files with 3 additions and 1 deletions

View File

@ -7,4 +7,5 @@
20190120/02 - Modified template title | My descriptions says everything
20190121/01 - Added PHP and javascript control for the contact form, moved javascript from template page to a dedicated script file | What to say, my description says everything again, strangely... How much I hate to commit 10 minutes after midnight by the way...
20190121/02 - Fixed javascript ajax request data values, added debug ajax success function, removed unnecessari files (again)
20190121/03 - Edited footer icon links to point to the right location instead of #, finished the website - revision pub_1.0 | I seriously did 3 commits on the same day, and finished my own website? I still don't believe so...
20190121/03 - Edited footer icon links to point to the right location instead of #, finished the website - revision pub_1.0 | I seriously did 3 commits on the same day, and finished my own website? I still don't believe so...
20190122/01 - Added favicon

View File

@ -66,6 +66,7 @@
<meta name="description" content="">
<meta name="author" content="">
<title id="page-title"><?=$requested_section_title?> | Bryan Pedini</title>
<link href="https://static.bjphoster.com/images/icons/bryanpedini.it/favicon.png" rel="icon" type="image/png">
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>