gerboweb: Add favicon

This commit is contained in:
jaseg 2019-03-31 21:52:12 +09:00 committed by jaseg
parent 6ece061902
commit bd146dd163
10 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 542 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

BIN
gerboweb/static/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 536 KiB

View file

@ -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">