Loading .gitignore +6 −0 Original line number Diff line number Diff line Loading @@ -24,3 +24,9 @@ instance # Environment files (might contain secrets) .env # weird macOS files (maximum compatibility) .DS_Store ._.DS_Store **/.DS_Store **/._.DS_Store portal/static/img/portal.png 0 → 100644 +13.9 KiB Loading image diff... portal/templates/index.html +5 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,11 @@ /> <link rel="icon" href="{{ url_for('static', filename='img/portal.svg') }}" href="{{ url_for('static', filename='static/img/portal.svg') }}" /> <link rel="apple-touch-icon" href="{{ url_for('static', filename='static/img/portal.png') }}" /> </head> Loading Loading
.gitignore +6 −0 Original line number Diff line number Diff line Loading @@ -24,3 +24,9 @@ instance # Environment files (might contain secrets) .env # weird macOS files (maximum compatibility) .DS_Store ._.DS_Store **/.DS_Store **/._.DS_Store
portal/templates/index.html +5 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,11 @@ /> <link rel="icon" href="{{ url_for('static', filename='img/portal.svg') }}" href="{{ url_for('static', filename='static/img/portal.svg') }}" /> <link rel="apple-touch-icon" href="{{ url_for('static', filename='static/img/portal.png') }}" /> </head> Loading