blob: d5076974439bcaa730383d3c94565d9930317c7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!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>
|