Skip to content

Commit 2fae91b

Browse files
committed
#66 added title-bar icon
there is no error for the website, i think having a basic icon which matches the theme of website looks cool.
1 parent 58eca38 commit 2fae91b

6 files changed

+19
-14
lines changed

icon.png

104 KB
Loading

problems.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<!doctype html>
22

3-
<html lang='en' xmlns='http://www.w3.org/1999/xhtml'>
3+
<html lang='en' xmlns='http://www.w3.org/1999/xhtml'>
44
<head>
55
<meta charset='utf-8' />
66
<link rel="stylesheet" type="text/css" href="css/css.css?version={VERSION}" />
77
<link rel="stylesheet" type="text/css" href="css/problems.css?version={VERSION}" />
8+
<link rel="icon" type="image/png" href="icon.png"/>
89

910
<title>Interactive Vim tutorial - problems</title>
1011

@@ -63,7 +64,7 @@
6364
-->
6465
<a class="bug_or_request" href="https://github.com/egaga/openvim/issues/new">Bugs</a>
6566
</div>
66-
67+
6768
<div class="screen_view active_context">
6869
<div class="content">
6970
<div class="statusbar">

sandbox.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<!doctype html>
22

3-
<html lang='en' xmlns='http://www.w3.org/1999/xhtml'>
3+
<html lang='en' xmlns='http://www.w3.org/1999/xhtml'>
44
<head>
55
<meta charset='utf-8' />
66
<link rel="stylesheet" type="text/css" href="css/css.css?version={VERSION}" />
7+
<link rel="icon" type="image/png" href="icon.png"/>
8+
79
<title>Interactive Vim tutorial - sandbox</title>
810

911
<!-- GENERAL (mostly) -->

tests.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<!doctype html>
22

3-
<html lang='en' xmlns='http://www.w3.org/1999/xhtml'>
3+
<html lang='en' xmlns='http://www.w3.org/1999/xhtml'>
44
<head>
55
<meta charset='utf-8' />
66
<link rel="stylesheet" type="text/css" href="css/css.css?version={VERSION}" />
77
<link rel="stylesheet" type="text/css" href="css/test.css?version={VERSION}" />
8+
<link rel="icon" type="image/png" href="icon.png"/>
9+
810
<title>Interactive Vim tutorial - testing</title>
911

1012
<!-- GENERAL (mostly) -->
@@ -82,4 +84,3 @@ <h3>Tests</h3>
8284
</div>
8385
</body>
8486
</html>
85-

tutorial.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<!doctype html>
22

3-
<html lang='en' xmlns='http://www.w3.org/1999/xhtml'>
3+
<html lang='en' xmlns='http://www.w3.org/1999/xhtml'>
44
<head>
55
<meta charset='utf-8' />
66
<link rel="stylesheet" type="text/css" href="css/css.css?version={VERSION}" />
77
<link rel="stylesheet" type="text/css" href="css/tutorial.css?version={VERSION}" />
88
<link rel="stylesheet" type="text/css" href="css/virtual_keyboard.css?version={VERSION}" />
9-
9+
<link rel="icon" type="image/png" href="icon.png"/>
10+
1011
<title>Interactive Vim tutorial</title>
1112

1213
<!-- GENERAL (mostly) -->
@@ -46,7 +47,7 @@
4647
var _gaq = _gaq || [];
4748
_gaq.push(['_setAccount', 'UA-1334187-4']);
4849
_gaq.push(['_trackPageview']);
49-
50+
5051
(function() {
5152
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
5253
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
@@ -78,7 +79,7 @@ <h3 class="info"></h3>
7879
</div>
7980

8081
<div class="text editor"></div>
81-
82+
8283
<div class="searchbar">
8384
<span class="searchPrefix">/</span>
8485
<span class="searchText"></span>
@@ -102,4 +103,3 @@ <h3 class="info"></h3>
102103
</div>
103104
</body>
104105
</html>
105-

twosandboxes.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<!doctype html>
22

3-
<html lang='en' xmlns='http://www.w3.org/1999/xhtml'>
3+
<html lang='en' xmlns='http://www.w3.org/1999/xhtml'>
44
<head>
55
<meta charset='utf-8' />
66
<link rel="stylesheet" type="text/css" href="css/css.css?version={VERSION}" />
7+
<link rel="icon" type="image/png" href="icon.png"/>
8+
79
<title>Interactive Vim tutorial - two sandboxes</title>
810

911
<!-- GENERAL (mostly) -->
@@ -67,13 +69,13 @@ <h1>Sandbox #1</h1>
6769
<div class="text editor">
6870
Now it is plain that everything which is a subject of praise is praised for being of a certain kind and bearing a certain relation to something else:!LINE_BREAK!for instance, the just, and the valiant, and generally the good man.Aristotle
6971
</div>
70-
72+
7173
<div class="searchbar">
7274
<span class="searchPrefix">/</span>
7375
<span class="searchText"></span>
7476
<span class="searchHelp">&lt;Enter to find&gt;</span>
7577
</div>
76-
78+
7779
<div style="clear: both;"></div>
7880
</div>
7981

@@ -119,4 +121,3 @@ <h4 class="context_pressed"></h4>
119121
</div>
120122
</body>
121123
</html>
122-

0 commit comments

Comments
 (0)