1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < title > For devs - Git Center</ title >
5
+ < meta charset ="utf-8 ">
6
+ < meta http-equiv ="content-type " content ="text/html; charset=utf-8 " />
7
+ < base href ="" target ="_top " id ="base ">
8
+ < script > base . href = document . location . href . replace ( "/media" , "" ) . replace ( "index.html" , "" ) . replace ( / [ & ? ] w r a p p e r = F a l s e / , "" ) . replace ( / [ & ? ] w r a p p e r _ n o n c e = [ A - Z a - z 0 - 9 ] + / , "" ) </ script >
9
+
10
+ < link rel ="stylesheet " type ="text/css " href ="../css/main.css ">
11
+ < link rel ="stylesheet " type ="text/css " href ="../css/buttons.css ">
12
+ < link rel ="stylesheet " type ="text/css " href ="../css/header.css ">
13
+ < link rel ="stylesheet " type ="text/css " href ="../css/content.css ">
14
+ </ head >
15
+ < body >
16
+ < header class ="header ">
17
+ < a href =".. ">
18
+ < img src ="../img/logo-white.svg " class ="header-logo ">
19
+ < div class ="header-name "> Git Center</ div >
20
+ </ a >
21
+ < a href ="../index/ ">
22
+ < div class ="header-item "> Repository Index</ div >
23
+ </ a >
24
+ < a href ="../myrepos/ ">
25
+ < div class ="header-item "> My Repos</ div >
26
+ </ a >
27
+ < a href ="../guide/ ">
28
+ < div class ="header-item "> Beginner's Guide</ div >
29
+ </ a >
30
+ < a href ="../support/ ">
31
+ < div class ="header-item "> Support</ div >
32
+ </ a >
33
+ < a href ="../profile/ ">
34
+ < div class ="header-item "> Profile</ div >
35
+ </ a >
36
+ < a href =". ">
37
+ < div class ="header-item header-item-active "> For devs</ div >
38
+ </ a >
39
+ </ header >
40
+
41
+ < div class ="info ">
42
+ < h1 > For devs</ h1 >
43
+
44
+ < p >
45
+ < a href ="/18r929Hq8hE5Pi9Zf7ovMQVyn3WcGfxMgu "> Git Center Source</ a > < br >
46
+ < a href ="../repo/filter/?18r929Hq8hE5Pi9Zf7ovMQVyn3WcGfxMgu/tag:help%20wanted "> Help wanted</ a >
47
+ </ p >
48
+ < p >
49
+ < a href ="https://github.com/imachug/gitcenter/ "> GitHub mirror</ a > < br >
50
+ < a href ="https://gitlab.com/imachug/gitcenter/ "> GitLab mirror</ a >
51
+ </ p >
52
+ </ div >
53
+
54
+ < script type ="text/javascript " src ="../ZeroLib/ZeroFrame.js "> </ script >
55
+ < script type ="text/javascript " src ="../ZeroLib/ZeroPage.js "> </ script >
56
+ < script type ="text/javascript " src ="js/main.js "> </ script >
57
+ < script type ="text/javascript " src ="../js/root.js "> </ script >
58
+ </ body >
59
+ </ html >
0 commit comments