File tree 5 files changed +5
-0
lines changed
5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
+ < meta charset ="utf-8 " />
4
5
< title > JSON Editor Example</ title >
5
6
6
7
<!-- placeholders for the theme switcher -->
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
+ < meta charset ="utf-8 " />
4
5
< title > Advanced JSON Editor Example</ title >
5
6
6
7
< script src ="../dist/jsoneditor.js "> </ script >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
+ < meta charset ="utf-8 " />
4
5
< title > Basic JSON Editor Example</ title >
5
6
< script src ="../dist/jsoneditor.js "> </ script >
6
7
</ head >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
+ < meta charset ="utf-8 " />
4
5
< title > CSS Integration JSON Editor Example</ title >
5
6
6
7
<!-- Foundation CSS framework (Bootstrap and jQueryUI also supported) -->
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
+ < meta charset ="utf-8 " />
4
5
< title > JSON Editor Validation Example</ title >
5
6
< script src ="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js "> </ script >
6
7
< script src ='../dist/jsoneditor.js '> </ script >
You can’t perform that action at this time.
0 commit comments