Solved
How to add mirror link page to custom html 5 template?
No text available
ok @parthasarathy , it's working using:
<a href="<%@ include fragment='MirrorPageUrl' %>" _label="Mirror page" _type="mirrorPage">Click here for Browser version</a>
but when i click and go to web version, this link is still visible. It should be not visible, how can i hide in web version?
You can use OOTB Content block 'Link to mirror page'
Or try below script
<html>
<head/>
<body>
<% if ( document.mode != 'mirror' && document.mode != 'forward' ) { %><p align=center>
<font style="font-family: Verdana, Arial; font-size: 10px">
<a href="<%@ include fragment='MirrorPageUrl' %>" _label="Mirror page" _type="mirrorPage">Click here for Browser version</a>
</font>
</p><% } %>
<p>Other Email Body Content</p>
</body>
</html>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.