优化终端欢迎信息,去除多余空行

This commit is contained in:
2024-07-14 15:18:43 +08:00
parent 06aed90afd
commit 22c599412d
+1 -1
View File
@@ -11,7 +11,7 @@
<body> <body>
<?php <?php
$output_str = "Welcome to the terminal!<br/>Type 'help' to see a list of commands.<br/><br/><br/><br/><br/><br/>1"; $output_str = "Welcome to the terminal!<br/>Type 'help' to see a list of commands.<br/>";
echo $output_str; echo $output_str;
?> ?>
</body> </body>