File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 1+
2+ <!DOCTYPE html>
3+ < html >
4+ < head >
5+ < title > react-dyn-tabs</ title >
6+ < meta name ="google-site-verification " content ="hJsbSCZ5RuotoWyYwUy7OO8nbASpzNqO0jm601jioqE " />
7+ < meta charset ="utf-8 ">
8+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
9+ < style >
10+ body * {
11+ font-family : tahoma;
12+ }
13+
14+ body {
15+ margin : 0px ;
16+ position : fixed;
17+ padding : 0px ;
18+ top : 0px ;
19+ width : 100% ;
20+ height : 100% ;
21+ left : 0px ;
22+ }
23+
24+ body > .container {
25+ position : absolute;
26+ left : 10px ;
27+ top : 10px ;
28+ bottom : 10px ;
29+ right : 10px ;
30+ overflow : auto;
31+ }
32+
33+ li {
34+ padding : 5px ;
35+ }
36+ </ style >
37+ </ head >
38+ < body >
39+ < div class ="container ">
40+ < h2 style ="text-align: center; ">
41+ < a href ="https://github.com/jscode-developer/react-dyn-tabs " target ="_blank "> Go to github page</ a >
42+ </ h2 >
43+ </ div >
44+ </ body >
45+ < html >
You can’t perform that action at this time.
0 commit comments