mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 14:01:06 +07:00
2095e6ffe3
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
16 lines
229 B
HTML
16 lines
229 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
<p>This is a <strong>markdown</strong> file</p>
|
|
<p>Converted into a full HTML document</p>
|
|
<ul>
|
|
<li>this</li>
|
|
<li>is</li>
|
|
<li>awesome</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|