Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 869a48a

Browse files
authored
Update text2bin.html
1 parent e7488b5 commit 869a48a

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

text2bin.html

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,8 @@
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>

0 commit comments

Comments
 (0)