Demos/email-client/demo.html

15 строки
381 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
</head>
<body>
<h1>mailto protocol handler demo</h1>
<a href="mailto:test@contoso.com">Send an email to test@contoso.com</a>
</body>
</html>