mirror of
https://github.com/Redume/Kekkai-web.git
synced 2025-01-10 16:53:45 +03:00
23 lines
751 B
HTML
23 lines
751 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>Kekkai</title>
|
||
|
|
||
|
<meta name="author" content="Redume">
|
||
|
<meta name="description" content="API providing historical currency data">
|
||
|
<meta name="keywords" content="kekkai, currency, exchange rate, api exchange rate, cryptocurrency api rate, fiat api rate">
|
||
|
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
||
|
<link type="text/css" rel="stylesheet" href="/static/styles/index.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="banner">
|
||
|
<div class="banner-img">
|
||
|
<img src="/static/assets/kekkai.svg" alt="Kekkai title">
|
||
|
</div>
|
||
|
<p class="desc">The first free Open-Source Tool for Saving Historical Currency data</p>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|