neroswap/app/templates/includes/head.html

26 lines
1.6 KiB
HTML

<head>
<title>{{ config.SITE_NAME }}</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="shortcut icon" href="/static/images/favicon.ico" type="image/png">
<meta itemprop="name" content="*nero Swap">
<meta itemprop="description" content="A simple web service that lets you swap Wownero and Monero cryptocurrencies ">
<meta itemprop="image" content="https://neroswap.com/static/images/neroswap-logo.png">
<meta property="og:url" content="https://neroswap.com">
<meta property="og:type" content="website">
<meta property="og:title" content="*nero Swap">
<meta property="og:description" content="A simple web service that lets you swap Wownero and Monero cryptocurrencies ">
<meta property="og:image" content="https://neroswap.com/static/images/neroswap-logo.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="*nero Swap">
<meta name="twitter:description" content="A simple web service that lets you swap Wownero and Monero cryptocurrencies ">
<meta name="twitter:image" content="https://neroswap.com/static/images/neroswap-logo.png">
<meta name="keywords" content="Wownero, Monero, crypto, swap">
<link rel="stylesheet" href="/static/css/main.css" />
<link rel="stylesheet" href="/static/css/extra.css" />
<link rel="stylesheet" href="/static/css/Chart.min.css" />
<link rel="stylesheet" href="/static/css/noty-relax.css" />
<link rel="stylesheet" href="/static/css/noty.css" />
<noscript><link rel="stylesheet" href="/static/css/noscript.css" /></noscript>
</head>