adding all php files

This commit is contained in:
Jidong Xiao
2023-08-28 22:37:14 -04:00
parent 5b78d66809
commit 732df7adb8
27 changed files with 7490 additions and 0 deletions

17
php/template_after.php Executable file
View File

@@ -0,0 +1,17 @@
<!-- CLOSE THE CONTENT DIV -->
</div>
</div>
</main>
<footer>
&copy; 2022
<a href="https://submitty.org" target="_blank" class="black-btn">Submitty</a>
<span class="footer-separator">|</span> <a href="https://github.com/Submitty/Submitty" target="_blank" title="Visit our GitHub" aria-label="Visit our GitHub" class="black-btn"><i class="fab fa-github fa-lg"></i></a>
<span class="footer-separator">|</span> <a href="https://rcos.io" target="_blank" class="black-btn">An RCOS project</a>
<span class="footer-separator">|</span>
<a href="https://info.rpi.edu/statement-of-accessibility" target="_blank" class="black-btn">Statement of Accessibility</a>
</footer>
</div> </body>
</html>