This commit is contained in:
2024-01-23 23:15:29 -05:00
parent eecb79abb8
commit 3a0163fd42
7 changed files with 88 additions and 15 deletions

View File

@ -1,5 +1,5 @@
<%- include('top') %>
<link href="css/learnmore.css" rel="stylesheet" />
<link href="/css/learnmore.css" rel="stylesheet" />
<br>
<br>
@ -38,7 +38,7 @@
<br>
<br>
<script src="js/learnmore.js"></script>
<script src="/js/learnmore.js"></script>
<%- include('bot') %>