File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en ">
3+
34< head >
45 < meta charset ="UTF-8 ">
56 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
67 < title > LinuxJava7</ title >
7-
88 < link rel ="stylesheet " href ="style.css ">
99</ head >
10+
1011< body >
1112
1213 <!-- Headerbar -->
1314 < div class ="headerbar ">
14- <!-- Navigation (View Switcher) -->
15+ <!-- Navigation (View Switcher) -->
1516 < nav class ="view-switcher ">
1617 < ul >
17- < li > < a href ="/ " class ="current " aria-current ="page "> Home</ a > </ li >
18+ < li > < a href ="/ " class ="current " aria-current ="page ">
19+ < img src ="data/icons/go-home-symbolic.svg " alt ="" class ="nav-icon "> Home
20+ </ a > </ li >
1821 < li > < a href ="/test1 "> Test 1</ a > </ li >
1922 < li > < a href ="/test2 "> Test 2</ a > </ li >
2023 </ ul >
21- </ nav >
24+ </ nav >
2225 </ div >
2326
24-
25-
2627 <!-- Main Content -->
2728 < div class ="content ">
2829 < h1 > LinuxJava7</ h1 >
@@ -49,4 +50,5 @@ <h2 id="work">What do I do?</h2>
4950 </ div >
5051
5152</ body >
53+
5254</ html >
You can’t perform that action at this time.
0 commit comments