Skip to content

Commit

Permalink
footer
Browse files Browse the repository at this point in the history
  • Loading branch information
adityanz committed Apr 28, 2020
1 parent 49a1c14 commit f71ecc3
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion beta.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,17 @@ <h3>Interactivity</h3>

</p2>
<p> I also plan on doing a wordle of the reviews </p>
</body>
</div>
</div>
</section>
</body>

<div id="footer">
</div>
<script>
$(function(){
$("#footer").load("footer.html");
});
</script>

</html>

0 comments on commit f71ecc3

Please sign in to comment.