aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2019-03-31 21:52:12 +0900
committerjaseg <git@jaseg.net>2019-03-31 21:52:12 +0900
commitbd146dd1636116680f7d9a4e1a85adc3d803a7c5 (patch)
tree1254683f8189a77619659770af67dc010e08fe6a
parent6ece0619029687f0c63f4d1423e64733ba7d93aa (diff)
downloadgerbolyze-bd146dd1636116680f7d9a4e1a85adc3d803a7c5.tar.gz
gerbolyze-bd146dd1636116680f7d9a4e1a85adc3d803a7c5.tar.bz2
gerbolyze-bd146dd1636116680f7d9a4e1a85adc3d803a7c5.zip
gerboweb: Add favicon
-rw-r--r--gerboweb/static/favicon-1024.pngbin0 -> 555502 bytes
-rw-r--r--gerboweb/static/favicon-128.pngbin0 -> 30221 bytes
-rw-r--r--gerboweb/static/favicon-16.pngbin0 -> 1040 bytes
-rw-r--r--gerboweb/static/favicon-256.pngbin0 -> 87765 bytes
-rw-r--r--gerboweb/static/favicon-32.pngbin0 -> 2945 bytes
-rw-r--r--gerboweb/static/favicon-48.pngbin0 -> 5850 bytes
-rw-r--r--gerboweb/static/favicon-512.pngbin0 -> 243219 bytes
-rw-r--r--gerboweb/static/favicon-64.pngbin0 -> 9566 bytes
-rw-r--r--gerboweb/static/favicon.pngbin0 -> 549230 bytes
-rw-r--r--gerboweb/templates/index.html2
10 files changed, 2 insertions, 0 deletions
diff --git a/gerboweb/static/favicon-1024.png b/gerboweb/static/favicon-1024.png
new file mode 100644
index 0000000..ed33689
--- /dev/null
+++ b/gerboweb/static/favicon-1024.png
Binary files differ
diff --git a/gerboweb/static/favicon-128.png b/gerboweb/static/favicon-128.png
new file mode 100644
index 0000000..8bdefac
--- /dev/null
+++ b/gerboweb/static/favicon-128.png
Binary files differ
diff --git a/gerboweb/static/favicon-16.png b/gerboweb/static/favicon-16.png
new file mode 100644
index 0000000..4164370
--- /dev/null
+++ b/gerboweb/static/favicon-16.png
Binary files differ
diff --git a/gerboweb/static/favicon-256.png b/gerboweb/static/favicon-256.png
new file mode 100644
index 0000000..364a3bb
--- /dev/null
+++ b/gerboweb/static/favicon-256.png
Binary files differ
diff --git a/gerboweb/static/favicon-32.png b/gerboweb/static/favicon-32.png
new file mode 100644
index 0000000..f46cf2b
--- /dev/null
+++ b/gerboweb/static/favicon-32.png
Binary files differ
diff --git a/gerboweb/static/favicon-48.png b/gerboweb/static/favicon-48.png
new file mode 100644
index 0000000..c9a8c19
--- /dev/null
+++ b/gerboweb/static/favicon-48.png
Binary files differ
diff --git a/gerboweb/static/favicon-512.png b/gerboweb/static/favicon-512.png
new file mode 100644
index 0000000..10b2234
--- /dev/null
+++ b/gerboweb/static/favicon-512.png
Binary files differ
diff --git a/gerboweb/static/favicon-64.png b/gerboweb/static/favicon-64.png
new file mode 100644
index 0000000..76279e2
--- /dev/null
+++ b/gerboweb/static/favicon-64.png
Binary files differ
diff --git a/gerboweb/static/favicon.png b/gerboweb/static/favicon.png
new file mode 100644
index 0000000..a22a3a7
--- /dev/null
+++ b/gerboweb/static/favicon.png
Binary files differ
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">