move favicon to assets
This commit is contained in:
parent
5268b3dcc9
commit
94e7e4a8bf
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
2
dist/index.html
vendored
2
dist/index.html
vendored
@ -6,7 +6,7 @@
|
|||||||
<meta name="description" content="" />
|
<meta name="description" content="" />
|
||||||
<meta name="author" content="" />
|
<meta name="author" content="" />
|
||||||
<title>Agency - Start Bootstrap Theme</title>
|
<title>Agency - Start Bootstrap Theme</title>
|
||||||
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico" />
|
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
|
||||||
<!-- Font Awesome icons (free version)-->
|
<!-- Font Awesome icons (free version)-->
|
||||||
<script src="https://use.fontawesome.com/releases/v5.15.3/js/all.js" crossorigin="anonymous"></script>
|
<script src="https://use.fontawesome.com/releases/v5.15.3/js/all.js" crossorigin="anonymous"></script>
|
||||||
<!-- Google fonts-->
|
<!-- Google fonts-->
|
||||||
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
@ -10,7 +10,7 @@ html(lang='en')
|
|||||||
|
|
||||||
title Agency - Start Bootstrap Theme
|
title Agency - Start Bootstrap Theme
|
||||||
|
|
||||||
link(rel='icon', type='image/x-icon', href='assets/img/favicon.ico')
|
link(rel='icon', type='image/x-icon', href='assets/favicon.ico')
|
||||||
|
|
||||||
// Font Awesome icons (free version)
|
// Font Awesome icons (free version)
|
||||||
script(src='https://use.fontawesome.com/releases/v5.15.3/js/all.js', crossorigin='anonymous')
|
script(src='https://use.fontawesome.com/releases/v5.15.3/js/all.js', crossorigin='anonymous')
|
||||||
|
Loading…
Reference in New Issue
Block a user