File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-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
6
+ name ="viewport "
7
+ content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no "
8
+ />
9
+ < meta name ="theme-color " content ="#000000 " />
10
+ < meta name ="apple-mobile-web-app-capable " content ="yes " />
11
+ < meta name ="mobile-web-app-capable " content ="yes " />
12
+ < meta name ="format-detection " content ="telephone=no " />
13
+ < link rel ="apple-touch-icon " href ="./hyf.png " />
14
+ < link rel ="shortcut icon " type ="image/png " href ="./hyf.png " />
15
+ < title > HYF-GITHUB</ title >
16
+ < link
17
+ href ="https://fonts.googleapis.com/css?family=Roboto:400,700 "
18
+ rel ="stylesheet "
19
+ />
20
+ < link rel ="stylesheet " href ="./style.css " />
21
+ </ head >
22
+
23
+ < body >
24
+ < div id ="root "> </ div >
25
+ < script src ="./Util.js "> </ script >
26
+ < script src ="./Repository.js "> </ script >
27
+ < script src ="./Contributor.js "> </ script >
28
+ < script src ="./App.js "> </ script >
29
+ </ body >
30
+ </ html >
You can’t perform that action at this time.
0 commit comments