大作业-修改了主页

This commit is contained in:
2024-06-12 00:02:55 +08:00
parent b59880f301
commit e48e752b91
20 changed files with 415 additions and 190 deletions

View File

@@ -0,0 +1,8 @@
window.onload = function() {
// Display flashed messages, if any
const messages = [];
// Assuming messages are added via server-side templating
if (messages.length > 0) {
alert(messages.join("\n"));
}
};