forked from openexchangerates/money.js
-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
32 lines (27 loc) · 1.36 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>money.js / fx(): javascript currency conversion library</title>
<meta name="description" content="money.js is a tiny (1kb) javascript library for real-time currency conversion">
<meta name="author" content="Open Exchange Rates">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="canonical" href="http://openexchangerates.github.com/money.js/" />
<link rel="stylesheet" href="demo-resources/style.css">
</head>
<body>
<div id="container">
<header class="clearfix">
<h1>money.js<span> / fx()</span></h1>
<p><strong>money.js</strong> is a realtime JavaScript currency conversion library with no dependencies, in just over 1 kb, for any application.</p>
<h2>This repository has moved!</h2>
<p><strong>money.js</strong> is maintained by <a href="https://openexchangerates.org" title="Open Exchange Rates API"><strong>Open Exchange Rates</strong></a>:</p>
<ul>
<li><strong><a href="http://openexchangerates.github.io/money.js" title="money.js new homepage">money.js homepage and demo</a></strong></li>
<li><strong><a href="https://github.com/openexchangerates/money.js" title="money.js new homepage">GitHub repository</a></strong></li>
</ul>
</div>
</div>
</body>
</html>