mirror of
https://git.wownero.com/lza_menace/wowstash.git
synced 2024-08-15 00:33:15 +00:00
fix up meta tags and loading html
This commit is contained in:
parent
9428a47537
commit
2829d698fa
2 changed files with 25 additions and 7 deletions
|
@ -1,9 +1,29 @@
|
||||||
|
{% set desc = 'Wowstash; a web wallet for the Wownero cryptocurrency.' %}
|
||||||
|
{% set img = 'https://wowstash.app/static/img/wow-treasure-chest.png' %}
|
||||||
|
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="description" content="">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="author" content="">
|
<meta name="description" content="{{ desc }}">
|
||||||
<link rel="shortcut icon" href="/static/favicon.ico" />
|
<meta name="author" content="@lza_menace">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
<meta name="theme-color" content="#ffffff">
|
||||||
|
<meta name="apple-mobile-web-app-title" content="Wowstash">
|
||||||
|
<meta name="application-name" content="Wowstash">
|
||||||
|
<meta name="msapplication-TileColor" content="#da532c">
|
||||||
|
<meta name="keywords" content="wownero, cryptocurrency, wallet">
|
||||||
|
<meta name="twitter:title" content="Wowstash">
|
||||||
|
<meta name="twitter:description" content="{{ desc }}">
|
||||||
|
<meta name="twitter:image" content="{{ img }}">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta property="og:url" content="https://wowstash.app/">
|
||||||
|
<meta property="og:image" content="{{ img }}">
|
||||||
|
<meta property="og:description" content="{{ desc }}">
|
||||||
|
<meta property="og:title" content="Wowstash">
|
||||||
|
<link rel="shortcut icon" href="/static/favicon.ico">
|
||||||
<link rel="stylesheet" href="/static/vendor/bootstrap/css/bootstrap.min.css">
|
<link rel="stylesheet" href="/static/vendor/bootstrap/css/bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="/static/vendor/font-awesome/css/font-awesome.min.css">
|
<link rel="stylesheet" href="/static/vendor/font-awesome/css/font-awesome.min.css">
|
||||||
<link rel="stylesheet" href="/static/css/main.css">
|
<link rel="stylesheet" href="/static/css/main.css">
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
<body id="page-top">
|
<body id="page-top">
|
||||||
|
|
||||||
<section class="section1">
|
<section class="section1" style="padding: 2em 0 !important;">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="section-heading text-center">
|
<div class="section-heading text-center">
|
||||||
<h2>Your wallet is connecting</h2>
|
<h2>Your wallet is connecting</h2>
|
||||||
|
@ -31,8 +31,6 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{% include 'footer.html' %}
|
|
||||||
|
|
||||||
{% include 'scripts.html' %}
|
{% include 'scripts.html' %}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue