mirror of
https://github.com/status-im/universal-links-handler.git
synced 2025-02-23 08:08:08 +00:00
41 lines
1.3 KiB
Plaintext
41 lines
1.3 KiB
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title><%= title %></title>
|
|
|
|
<meta property="al:ios:url" content="app://get.status.im<%= path %>" />
|
|
<meta property="al:ios:app_store_id" content="1178893006" />
|
|
<meta property="al:ios:app_name" content="Status — Ethereum. Anywhere" />
|
|
|
|
<meta property="al:android:url" content="app://get.status.im<%= path %>" />
|
|
<meta property="al:android:package" content="im.status.ethereum" />
|
|
<meta property="al:android:app_name" content="Status — Ethereum. Anywhere" />
|
|
|
|
|
|
<link rel='stylesheet' href='/stylesheets/style.css' />
|
|
</head>
|
|
<body>
|
|
<header class="header">
|
|
<a class="logo">
|
|
<img src="/images/status-logo-blue-w-text.png" />
|
|
</a>
|
|
</header>
|
|
<div class="try-it-now">
|
|
<a class='app-store-link' href='#'>
|
|
Don't have <strong>Status</strong> yet? Try it now!
|
|
</a>
|
|
</div>
|
|
<div class="content">
|
|
<a class="app-store-link">
|
|
<img src="/images/status-logo-blue.png">
|
|
</a>
|
|
<h2><%= title %></h2>
|
|
<a class="app-store-link button" href="#">
|
|
Try Status now
|
|
</a>
|
|
</div>
|
|
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
|
|
<script type='text/javascript' src='/javascripts/app.js'></script>
|
|
</body>
|
|
</html>
|