39 lines
1.3 KiB
Plaintext
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title><%= title %></title>
2018-07-03 10:36:39 +02:00
<meta property="al:ios:url" content="status-im:/<%= path %>" />
<meta property="al:ios:app_store_id" content="1178893006" />
<meta property="al:ios:app_name" content="Status — Ethereum. Anywhere" />
2018-07-03 10:36:39 +02:00
<meta property="al:android:url" content="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>
2018-07-03 02:26:25 -04:00
<header class="header">
2018-07-03 10:36:39 +02:00
<a class="logo" href="https://status.im">
2018-07-03 02:26:25 -04:00
<img src="/images/status-logo-blue-w-text.png" />
</a>
</header>
<div class="try-it-now">
<a class='app-store-link' href='#'>
2018-07-03 10:36:39 +02:00
Download Status!
2018-07-03 02:26:25 -04:00
</a>
</div>
<div class="content">
2018-07-03 10:36:39 +02:00
<img src="/images/status-logo-blue.png">
2018-07-03 02:26:25 -04:00
<h2><%= title %></h2>
2018-07-03 10:36:39 +02:00
<a class="open-link button" href="status-im:/<%= path %>">
Open in Status
2018-07-03 02:26:25 -04:00
</a>
</div>
2018-06-28 09:22:21 +02:00
<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>