gerboweb: Add favicon
BIN
gerboweb/static/favicon-1024.png
Normal file
|
After Width: | Height: | Size: 542 KiB |
BIN
gerboweb/static/favicon-128.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
gerboweb/static/favicon-16.png
Normal file
|
After Width: | Height: | Size: 1 KiB |
BIN
gerboweb/static/favicon-256.png
Normal file
|
After Width: | Height: | Size: 86 KiB |
BIN
gerboweb/static/favicon-32.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
gerboweb/static/favicon-48.png
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
gerboweb/static/favicon-512.png
Normal file
|
After Width: | Height: | Size: 238 KiB |
BIN
gerboweb/static/favicon-64.png
Normal file
|
After Width: | Height: | Size: 9.3 KiB |
BIN
gerboweb/static/favicon.png
Normal file
|
After Width: | Height: | Size: 536 KiB |
|
|
@ -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">
|
||||
|
|
|
|||