File tree Expand file tree Collapse file tree 4 files changed +5
-0
lines changed
Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 11<!doctype html>
22< title > Loon - {{datasetId}}</ title >
3+ < link rel ="shortcut icon " href ="/static/assets/favicon.ico ">
34< link rel ="stylesheet " href ="{{ url_for('static', filename='style/core.css') }} ">
45< link rel ="stylesheet " href ="{{ url_for('static', filename='style/LayoutFramework.css') }} ">
56< link rel ="stylesheet " href ="{{ url_for('static', filename='style/MetricDistributionWidget.css') }} ">
Original file line number Diff line number Diff line change 44{% if deploy%}
55< meta http-equiv ="Content-Security-Policy " content ="upgrade-insecure-requests ">
66{% endif %}
7+ <!-- <link rel="icon" type="image/png" href="/static/assets/vdl-logo.svg"> -->
8+ < link rel ="shortcut icon " href ="/static/assets/favicon.ico ">
79< link href ="https://fonts.googleapis.com/css?family=Montserrat&display=swap " rel ="stylesheet ">
810< script src ="https://kit.fontawesome.com/de8d467ef5.js "> </ script >
911
Original file line number Diff line number Diff line change 22< title > Loon - Overview</ title >
33< link href ="https://unpkg.com/lineupjs/build/LineUpJS.css " rel ="stylesheet ">
44< script src ="https://unpkg.com/lineupjs/build/LineUpJS.js "> </ script >
5+
6+ < link rel ="shortcut icon " href ="/static/assets/favicon.ico ">
57{% if deploy%}
68< meta http-equiv ="Content-Security-Policy " content ="upgrade-insecure-requests ">
79{% endif %}
You can’t perform that action at this time.
0 commit comments