diff options
author | jaseg <code@jaseg.net> | 2019-03-31 21:52:12 +0900 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2019-03-31 21:52:12 +0900 |
commit | bd146dd1636116680f7d9a4e1a85adc3d803a7c5 (patch) | |
tree | 1254683f8189a77619659770af67dc010e08fe6a /gerboweb/templates/index.html | |
parent | 6ece0619029687f0c63f4d1423e64733ba7d93aa (diff) | |
download | gerbolyze-bd146dd1636116680f7d9a4e1a85adc3d803a7c5.tar.gz gerbolyze-bd146dd1636116680f7d9a4e1a85adc3d803a7c5.tar.bz2 gerbolyze-bd146dd1636116680f7d9a4e1a85adc3d803a7c5.zip |
gerboweb: Add favicon
Diffstat (limited to 'gerboweb/templates/index.html')
-rw-r--r-- | gerboweb/templates/index.html | 2 |
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"> |