Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
LaiYanKai authored Jan 30, 2023
1 parent 21eb775 commit 2884612
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions UniformPlanners/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<link href='css/unica_one.css' rel='stylesheet'>
<link rel="stylesheet" href="css/style.css"></link>
<title>2D Path Planners on Binary Occupancy Grids</title>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KS0NFQC6Z1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-KS0NFQC6Z1');
</script>
</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KS0NFQC6Z1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-KS0NFQC6Z1');
</script>
<body>
<div class='loading' id='ui_load_overlay'>Loading</div>
<form autocomplete="false" id="ui_form_build" onsubmit="return false;" style="display:none;" novalidate method="post">
Expand Down

0 comments on commit 2884612

Please sign in to comment.