Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SPP 2143 Learning Through Connecting
ltc_website
Commits
9a45b375
Commit
9a45b375
authored
Mar 09, 2020
by
Elisabeth Reuhl
Browse files
Fixed favicon
parent
a359c128
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/favicon.ico
0 → 100644
View file @
9a45b375
15 KB
src/index.html
View file @
9a45b375
<!DOCTYPE html>
<html>
<head>
<link
rel=
"apple-touch-icon"
sizes=
"57x57"
href=
"/apple-icon-57x57.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"60x60"
href=
"/apple-icon-60x60.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"72x72"
href=
"/apple-icon-72x72.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"76x76"
href=
"/apple-icon-76x76.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"114x114"
href=
"/apple-icon-114x114.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"120x120"
href=
"/apple-icon-120x120.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"144x144"
href=
"/apple-icon-144x144.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"152x152"
href=
"/apple-icon-152x152.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"180x180"
href=
"/apple-icon-180x180.png"
>
<link
rel=
"icon"
type=
"image/png"
sizes=
"192x192"
href=
"/android-icon-192x192.png"
>
<link
rel=
"icon"
type=
"image/png"
sizes=
"32x32"
href=
"/favicon-32x32.png"
>
<link
rel=
"icon"
type=
"image/png"
sizes=
"96x96"
href=
"/favicon-96x96.png"
>
<link
rel=
"icon"
type=
"image/png"
sizes=
"16x16"
href=
"/favicon-16x16.png"
>
<link
rel=
"manifest"
href=
"/manifest.json"
>
<meta
name=
"msapplication-TileColor"
content=
"#ffffff"
>
<meta
name=
"msapplication-TileImage"
content=
"/ms-icon-144x144.png"
>
<meta
name=
"theme-color"
content=
"#ffffff"
>
<title>
my-app
</title>
<title>
Learning Through Connecting – Entangled Africa
</title>
</head>
<body>
<div
id=
"app"
></div>
...
...
webpack.config.js
View file @
9a45b375
...
...
@@ -32,10 +32,11 @@ module.exports = {
// mode:'development',
plugins
:
[
new
HtmlWebpackPlugin
({
template
:
'
src/index.html
'
template
:
'
src/index.html
'
,
favicon
:
'
src/favicon.ico
'
})
]
}
}
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment