11 lines
287 B
HTML
11 lines
287 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Mailto handler</title>
|
|
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
|
<meta content="utf-8" http-equiv="encoding">
|
|
</head>
|
|
<body>
|
|
<a id="link" href="mailto:mail@example.com">mailto link</a>
|
|
</body>
|
|
</html>
|