diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-09-19 01:55:43 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-09-19 01:55:43 +0200 |
| commit | c5e4a7b3eaae9557011bc5c5a45f6da06100499c (patch) | |
| tree | 264b6469c4b6cc1c4fa633a362a231eb1c06bd97 | |
| parent | a217ba8ae93591c5f1881425e9a3f2d6842e92de (diff) | |
| download | mitjafelicijan.com-c5e4a7b3eaae9557011bc5c5a45f6da06100499c.tar.gz | |
content update
| -rw-r--r-- | tools/draw/favicon.png | bin | 0 -> 5234 bytes | |||
| -rw-r--r-- | tools/draw/index.html | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/tools/draw/favicon.png b/tools/draw/favicon.png new file mode 100644 index 0000000..f60ca30 --- /dev/null +++ b/tools/draw/favicon.png | |||
| Binary files differ | |||
diff --git a/tools/draw/index.html b/tools/draw/index.html index 12bead7..dfe4224 100644 --- a/tools/draw/index.html +++ b/tools/draw/index.html | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | <meta http-equiv="X-UA-Compatible" content="ie=edge"> | 7 | <meta http-equiv="X-UA-Compatible" content="ie=edge"> |
| 8 | <title>Draw</title> | 8 | <title>Draw</title> |
| 9 | <link rel="stylesheet" href="app.css"> | 9 | <link rel="stylesheet" href="app.css"> |
| 10 | <link rel="icon" type="image/png" href="favicon.png"> | ||
| 10 | </head> | 11 | </head> |
| 11 | 12 | ||
| 12 | <body> | 13 | <body> |
