aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-08-10 11:58:54 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-08-10 11:58:54 +0200
commit3e570fc7d99bc882c196ead8dccc8193f28150ff (patch)
treeb2c8fe0022d12ece76b20fea32a753319f08fcde
parent149285b54d1a4abac5d518f0a9ebd8874135613a (diff)
downloadmitjafelicijan.com-3e570fc7d99bc882c196ead8dccc8193f28150ff.tar.gz
content update
-rw-r--r--tools/editor/favicon.icobin0 -> 1149 bytes
-rw-r--r--tools/editor/index.html6
2 files changed, 6 insertions, 0 deletions
diff --git a/tools/editor/favicon.ico b/tools/editor/favicon.ico
new file mode 100644
index 0000000..bb0f42d
--- /dev/null
+++ b/tools/editor/favicon.ico
Binary files differ
diff --git a/tools/editor/index.html b/tools/editor/index.html
index 571082f..25254b7 100644
--- a/tools/editor/index.html
+++ b/tools/editor/index.html
@@ -1,10 +1,16 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<html lang="en"> 2<html lang="en">
3<head> 3<head>
4
4 <meta charset="UTF-8"> 5 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <meta http-equiv="X-UA-Compatible" content="ie=edge"> 7 <meta http-equiv="X-UA-Compatible" content="ie=edge">
8
7 <title>Editor</title> 9 <title>Editor</title>
10
11 <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
12 <link rel="icon" href="favicon.ico" type="image/x-icon">
13
8</head> 14</head>
9<body> 15<body>
10 16