File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 6
6
< meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
7
7
< title > < %= htmlWebpackPlugin.options.title %> </ title >
8
8
< link rel ="apple-touch-icon " sizes ="180x180 " href ="/apple-touch-icon.png ">
9
+ < link rel ="shortcut icon " href ="favicon.ico " type ="image/x-icon ">
9
10
< link rel ="icon " type ="image/png " sizes ="32x32 " href ="/favicon-32x32.png ">
10
11
< link rel ="icon " type ="image/png " sizes ="16x16 " href ="/favicon-16x16.png ">
11
12
< link rel ="manifest " href ="/site.webmanifest ">
Original file line number Diff line number Diff line change 2
2
<div id =" app" >
3
3
<nav class =" navbar navbar-expand-lg bg-primary" data-bs-theme =" dark" >
4
4
<div class =" container-fluid" >
5
- <h1 >MBS</h1 >
5
+ <h1 class =" navbar-brand" >
6
+ <img src =" /android-chrome-512x512.png" alt =" Bootstrap" width =" 50px" height =" 50px" >
7
+ MBS
8
+ </h1 >
6
9
<div class =" navbar-nav py-1" >
7
10
<div class =" btn-group" >
8
11
<button class =" btn btn-light" @click =" startOver" title =" Empty bucket" ><svg xmlns =" http://www.w3.org/2000/svg" width =" 16" height =" 16" fill =" currentColor" class =" bi bi-bucket" viewBox =" 0 0 16 16" >
You can’t perform that action at this time.
0 commit comments