Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfasdgasdgasdg authored Oct 19, 2020
1 parent b694664 commit a0b0b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
var part1= part.split("=")[1];
var part2= part1.split("&")[0];
if(currentURL.includes("access_token")){
window.location.href = "http://localhost/";
window.location.href = "/";
}
var xmlhttp = new XMLHttpRequest();
xmlhttp.open('GET', '/?token=' + part2 , true);
Expand Down Expand Up @@ -105,7 +105,7 @@
<div class="carousel-content container">
<h2 class="animate__animated animate__fadeInDown">Microsoft Advertising Certification study guide</h2>
<p class="animate__animated animate__fadeInUp">Get started with your Microsoft Advertising training by selecting a topic below.&nbsp;If you are a premium channel partner, tool provider or strategic agency, you can access Bing PPC courses for beginners and advanced practitioners in the <a href="/?submit" style="color:rgb(128, 174, 255)">Microsoft Advertising Learning Lab.</a></p>
<a href="http://localhost/index.php?submit" class="btn-get-started animate__animated animate__fadeInUp scrollto">Read More</a>
<a href="/index.php?submit" class="btn-get-started animate__animated animate__fadeInUp scrollto">Read More</a>
</div>
</div>
</div>
Expand Down

0 comments on commit a0b0b1c

Please sign in to comment.