mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 08:17:53 +08:00
20 lines
505 B
HTML
20 lines
505 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
{{RefreshMeta}}
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta name="google" content="notranslate" />
|
|
<meta name="robots" content="noindex,nofollow,noodp" />
|
|
<link type="text/css" rel="stylesheet" href="{{Stylesheet}}" />
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<div class="social-icon-wrp redirecting">
|
|
<div class="social-icon">
|
|
<i class="icon-{{Icon}}"></i>
|
|
</div>
|
|
</div>
|
|
{{Script}}
|
|
</body>
|
|
</html>
|