Untitled
Anonymous
plain_text
09/30/2023 12:53 PM
368 B
21
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<?php
echo 'welcome to my first php code <br/>';
?>
</body>
</html>
Editor is loading...