|
|
|
@ -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>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
|
<meta name="description" content="">
|
|
|
|
|
<meta name="author" content="">
|
|
|
|
|
<link rel="shortcut icon" href="/static/favicon.ico" />
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
<meta name="description" content="{{ desc }}">
|
|
|
|
|
<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/font-awesome/css/font-awesome.min.css">
|
|
|
|
|
<link rel="stylesheet" href="/static/css/main.css">
|
|
|
|
|