File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 88 <!-- Bootstrap with it's required CSS and JS files with crossorigin attribute and integrity attribute -->
99 < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css "
1010 integrity ="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T " crossorigin ="anonymous ">
11- < script src ="https://code.jquery.com/jquery-3.3.1.slim.min.js "
12- integrity ="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo "
13- crossorigin ="anonymous "> </ script >
14- < script src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js "
15- integrity ="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1 "
16- crossorigin ="anonymous "> </ script >
17- < script src ="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js "
18- integrity ="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM "
19- crossorigin ="anonymous "> </ script >
11+
12+
2013
2114 < title > Text to Binary</ title >
2215</ head >
@@ -90,4 +83,4 @@ <h1 class="text-center">Text to Binary</h1>
9083
9184</ script >
9285
93- </ html >
86+ </ html >
You can’t perform that action at this time.
0 commit comments