Add source link to index.php

This commit is contained in:
Ashley Graves 2023-12-24 23:49:12 +01:00
parent c169152d0f
commit 7461203fcb

View file

@ -42,8 +42,7 @@ foreach ($questions as $id => $section) {
<br> <br>
<?php }?> <?php }?>
<textarea class="form-control bg-dark text-light" rows="9" readonly style="resize:none;">Results:</textarea> <textarea class="form-control bg-dark text-light" rows="9" readonly style="resize:none;">Results:</textarea>
<script type="text/javascript" defer> <a href="https://git.lgbt/root/bpd-checklist">Website Source</a>
update(); <script type="text/javascript" defer>update()</script>
</script>
</body> </body>
</html> </html>