5 lines
87 B
HTML
5 lines
87 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<p>Hello $name, your value is $value!</p>
|
||
|
</body>
|
||
|
</html>
|