diff --git a/benchcoachproject/static/apple-touch-icon.png b/benchcoachproject/static/apple-touch-icon.png new file mode 100644 index 0000000..42664c1 Binary files /dev/null and b/benchcoachproject/static/apple-touch-icon.png differ diff --git a/benchcoachproject/static/manifest.json b/benchcoachproject/static/manifest.json new file mode 100644 index 0000000..72505c6 --- /dev/null +++ b/benchcoachproject/static/manifest.json @@ -0,0 +1,5 @@ +{ + "name": "BenchCoach", + "scope": "/", + "display": "standalone" +} \ No newline at end of file diff --git a/templates/base_layout.html b/templates/base_layout.html index 0f80539..896614d 100644 --- a/templates/base_layout.html +++ b/templates/base_layout.html @@ -4,9 +4,10 @@ - - - - - - \ No newline at end of file + + + + + + + \ No newline at end of file