Skip to content

Commit 8aa6bd3

Browse files
authored
Update index.html
1 parent 9c6be98 commit 8aa6bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<title>SQL to Laravel Builder</title>
88
<link href="https://cdn.bootcss.com/font-awesome/5.11.2/css/fontawesome.min.css" rel="stylesheet">
99
<link href="https://cdn.bootcss.com/bulma/0.7.5/css/bulma.min.css" rel="stylesheet">
10+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9087401435839175" crossorigin="anonymous"></script>
1011
<!-- Global site tag (gtag.js) - Google Analytics -->
1112
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z93ZQ8Z1M6"></script>
1213
<script>
@@ -70,7 +71,6 @@ <h1 class="title">
7071
</body>
7172
<script src="js/sql-parser.js"></script>
7273
<script src="js/builder.js"></script>
73-
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9087401435839175" crossorigin="anonymous"></script>
7474
<script>
7575
function convert() {
7676
let input = document.getElementById("input").value;

0 commit comments

Comments
 (0)