aboutsummaryrefslogtreecommitdiff
path: root/gerboweb/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'gerboweb/templates/index.html')
-rw-r--r--gerboweb/templates/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/gerboweb/templates/index.html b/gerboweb/templates/index.html
index eeece65..4dca6dc 100644
--- a/gerboweb/templates/index.html
+++ b/gerboweb/templates/index.html
@@ -3,6 +3,8 @@
<head>
<title>Gerbolyze Raster image to PCB renderer</title>
<link rel="stylesheet" type="text/css" href="{{url_for('static', filename='style.css')}}">
+ <link rel="icon" type="image/png" href="{{url_for('static', filename='favicon-512.png')}}">
+ <link rel="apple-touch-icon" href="{{url_for('static', filename='favicon-512.png')}}">
</head>
<body>
<div class="layout-container">