Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bagnalla committed Jan 24, 2024
1 parent 60d99d5 commit d2f6612
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2LJSDH860E"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-2LJSDH860E');
</script>
<meta charset="UTF-8">
<title>sexp-trees</title>
<link rel="stylesheet" type="text/css" href="styles/bootstrap.min.css">
Expand Down

0 comments on commit d2f6612

Please sign in to comment.