Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander McBrier committed Jan 19, 2024
1 parent 888f805 commit af3f01a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,15 @@
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5JMV592" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<i class="fa-solid fa-circle-notch" id="loadingIcon"></i>
<script defer type="text/javascript" src="script.js"></script>
<script defer type="text/javascript" src="script.js">
n ewQuote();
zoomwait();
</script>
<div id="mainContent">
<?php include "./nav.php" ?>
<script type="text/javascript">

newQuote();
zoomwait()

function fadeOut(id)
{
document.getElementById(id).style.opacity = 0;
Expand Down

0 comments on commit af3f01a

Please sign in to comment.