Skip to content
Snippets Groups Projects
Commit b9f5ec78 authored by Melvin Luong's avatar Melvin Luong
Browse files

Removed favicon references.

Updated html header title with spaces and removing the 2: "S T R U D E L".
parent dfc4aafa
No related branches found
No related tags found
4 merge requests!106if stat fails, display the error instead of immediately refreshing...,!99Dev,!28Dev,!27New css dev
......@@ -17,8 +17,7 @@
"tsConfig": "src/tsconfig.app.json",
"polyfills": "src/polyfills.ts",
"assets": [
"src/assets",
"src/favicon.ico"
"src/assets"
],
"styles": [
"src/styles.scss",
......@@ -99,8 +98,7 @@
"src/styles.css"
],
"assets": [
"src/assets",
"src/favicon.ico"
"src/assets"
]
}
},
......
src/assets/MASSIVElogoTransparent128x128.png

18.8 KiB

src/favicon.ico

1.12 KiB

......@@ -2,11 +2,10 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Strudel2</title>
<title>S T R U D E L</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body style="height: 100vh; margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px; font-family: Roboto">
<app-root></app-root>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment