mirror of
https://github.com/Redume/Kekkai-web.git
synced 2025-02-23 10:03:11 +03:00
git init
This commit is contained in:
commit
4e4f913477
12 changed files with 811 additions and 0 deletions
23
src/web/page/index.html
Normal file
23
src/web/page/index.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
<!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>
|
Loading…
Add table
Reference in a new issue