mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Add social redirect animation
This commit is contained in:
parent
f64cf601ce
commit
0a6a84b3d7
5 changed files with 157 additions and 55 deletions
20
rainloop/v/0.0.0/app/templates/Social.html
Normal file
20
rainloop/v/0.0.0/app/templates/Social.html
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<!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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue