File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 ">
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
6
< meta http-equiv ="X-UA-Compatible " content ="ie=edge ">
7
- <!-- < link rel="stylesheet" href="./prd/src/index.css" /> -- >
8
- < link rel ="stylesheet " href ="http://127.0.0.1:8082/prd/src/index.css "/>
7
+ < link rel ="stylesheet " href ="./prd/src/index.css " />
8
+ <!-- < link rel="stylesheet" href="http://127.0.0.1:8082/prd/src/index.css"/> -- >
9
9
< title > JSON-Schema-Editor</ title >
10
10
11
11
</ head >
12
12
13
13
< body >
14
14
< div id ="root "> </ div >
15
- <!-- < script src="./prd/src/index.js"></script> -- >
16
- < script src ="http://127.0.0.1:8082/prd/src/index.js "> </ script >
15
+ < script src ="./prd/src/index.js "> </ script >
16
+ <!-- < script src="http://127.0.0.1:8082/prd/src/index.js"></script> -- >
17
17
18
18
</ body >
19
19
You can’t perform that action at this time.
0 commit comments