Skip to content

Commit afd84cd

Browse files
committed
Adds galaxy favicon
Fixes #8
1 parent f851bbf commit afd84cd

File tree

5 files changed

+3
-0
lines changed

5 files changed

+3
-0
lines changed

static/favicon.png

1.43 KB
Loading

static/img/galaxy-180.png

28.4 KB
Loading

static/img/galaxy-192.png

31 KB
Loading

static/img/galaxy.png

28 KB
Loading

templates/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<meta name="description" content="Machine learning in data space web demo.">
1313

1414
<!-- shortcut icon -->
15+
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.png') }}">
16+
<link rel="icon" type="image/png" href="{{ url_for('static', filename='img/galaxy-192.png') }}" sizes="192x192">
17+
<link rel="apple-touch-icon" sizes="180x180" href="{{ url_for('static', filename='img/galaxy-180.png') }}">
1518

1619
<!-- stylesheets -->
1720
<link href="https://stackpath.bootstrapcdn.com/bootswatch/4.3.1/flatly/bootstrap.min.css" rel="stylesheet"

0 commit comments

Comments
 (0)