Skip to content

Commit

Permalink
fix #184 - add favicon to loon
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-Lan committed Apr 1, 2021
1 parent 94b9690 commit 0c417c8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
Binary file added static/assets/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions templates/detailedView.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!doctype html>
<title>Loon - {{datasetId}}</title>
<link rel="shortcut icon" href="/static/assets/favicon.ico">
<link rel="stylesheet" href="{{ url_for('static', filename='style/core.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='style/LayoutFramework.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='style/MetricDistributionWidget.css') }}">
Expand Down
2 changes: 2 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
{% if deploy%}
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
{% endif %}
<!-- <link rel="icon" type="image/png" href="/static/assets/vdl-logo.svg"> -->
<link rel="shortcut icon" href="/static/assets/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Montserrat&amp;display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/de8d467ef5.js"></script>

Expand Down
2 changes: 2 additions & 0 deletions templates/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<title>Loon - Overview</title>
<link href="https://unpkg.com/lineupjs/build/LineUpJS.css" rel="stylesheet">
<script src="https://unpkg.com/lineupjs/build/LineUpJS.js"></script>

<link rel="shortcut icon" href="/static/assets/favicon.ico">
{% if deploy%}
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
{% endif %}
Expand Down

0 comments on commit 0c417c8

Please sign in to comment.