Add template message

This commit is contained in:
Jannis Portmann 2023-09-29 20:21:35 +02:00
parent 746e44942f
commit d268720796

5
message.html Normal file
View file

@ -0,0 +1,5 @@
<html>
<body>
<p>Hello $name, your value is $value!</p>
</body>
</html>