20230414
You are currently viewing a revision titled "20230414", saved on 2023年4月14日 8:49 PM by 和田愛作 | |
---|---|
タイトル | 20230414 |
コンテンツ | <?php
print("あなたのお名前\n");
function run(){
print("なんてーの\n");
}
?>
<!DOCTYPE html>
<html dir="ltr" lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=yes, maximum-scale=1.0, minimum-scale=1.0">
<title>Title of the Document</title>
</head>
<body>
<!-- ここから文章などを書き込みます -->
<center>
<?php
require("gaibu.php");
run();
?>
</center>
<!-- ここまで文章などを書き込みます -->
</body>
</html> |
抜粋 | |
脚注 |