Added favicon
This commit is contained in:
parent
3b3b25f7de
commit
5027ef811b
@ -8,3 +8,4 @@
|
|||||||
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/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/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
|
@ -66,6 +66,7 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<title id="page-title"><?=$requested_section_title?> | Bryan Pedini</title>
|
<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/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||||
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
|
<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'>
|
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
|
||||||
|
Reference in New Issue
Block a user