Advertisement
Guest User

Untitled

a guest
Apr 15th, 2019
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.61 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta charset="utf-8">
  5.     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6.     <meta name="viewport" content="width=device-width">
  7.  
  8.     <title>{{title}}</title>
  9.  
  10.     <link rel="shortcut icon" href="favicon.png">
  11.     <link rel="apple-touch-icon" href="favicon.png">
  12. </head>
  13. <body>
  14. <script type="text/javascript">
  15.     if (window.location.hash === '#open') {
  16.         window.location.replace("ya-search-app-open://path?uri=dialog%3A%2F%2F%3Fdialog_id%3D{{dialogid}}");
  17.     } else {
  18.         window.location.hash = 'open';
  19.     }
  20. </script>
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement