Advertisement
deedspool

Untitled

Jun 17th, 2022
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.66 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4.   <title>{{Title}}</title>
  5.   <meta charset="utf-8">
  6.   <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  7.   <meta property="og:type" content="website" />
  8.   <meta property="og:title" content="{{Title}}" />
  9.   <meta property="og:description" content="{{Description}}" />
  10.   <meta property="og:url" content="{{DomainShare}}" />
  11.   <meta property="og:site_name" content="Garena" />
  12.   <meta property="og:image" content="{{ShareImage}}" />
  13.   <meta property="fb:app_id" content="1674476849528250" />
  14. </head>
  15. <body>
  16. <script>
  17.   window.location = {{DomainEvent}}
  18. </script>
  19. </body>
  20. </html>
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement