File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > Store</ title >
7+ < link href ='https://fonts.googleapis.com/css?family=Roboto:400,500,300 ' rel ='stylesheet ' type ='text/css '>
8+ < link rel ="stylesheet " href ="css/normalize.css ">
9+ < link rel ="stylesheet " href ="css/style.css ">
10+ < link rel ="shortcut icon " type ="image/x-icon " href ="favicon.ico ">
11+ </ head >
12+ < body >
13+ < header >
14+ < div class ="header-container ">
15+ < img src ="img/karma-logo.svg " class ="logo ">
16+ < nav >
17+ < ul class ="navbar ">
18+ < li > < a href ="#karma "> < b > Meet Karma</ b > </ a > </ li >
19+ < li > < a href ="#how-it-work "> How it work</ a > </ li >
20+ < li > < a href ="#store " > Store</ a > </ li >
21+ < li > < a href ="#blog "> Blog</ a > </ li >
22+ < li > < a href ="#help "> Help </ a > </ li >
23+ </ ul >
24+ </ nav >
25+ </ div >
26+ </ header >
27+
28+ </ body >
29+ </ html >
You can’t perform that action at this time.
0 commit comments