Yiheng Shen (Ys341): Difference between revisions

From cstheory.wiki.duke.edu
Jump to navigation Jump to search
(created)
 
No edit summary
Line 1: Line 1:
Here is my user page for several php tests
 
<!DOCTYPE html>
<html>
<body>
 
<?php
echo "Here is my user page for several php tests";
?>
 
</body>
</html>

Revision as of 21:15, 18 October 2023

<!DOCTYPE html> <html> <body>

<?php echo "Here is my user page for several php tests"; ?>

</body> </html>