Added content card to applications (#7121)

This commit is contained in:
Alex
2024-09-05 16:10:04 -07:00
committed by GitHub
parent 54565ede41
commit cb6edd88ef
100 changed files with 467 additions and 260 deletions

View File

@@ -132,10 +132,12 @@ else if (window.attachEvent) {
echo "<br /><br />\n";
//show the content
echo "<div id='ajax_response'></div>";
echo "<div class='card'>\n";
echo " <div id='ajax_response'></div>";
echo "</div>\n";
echo "<br><br>";
//include the footer
require_once "resources/footer.php";
?>
?>