This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
reValuate/Website/index.html
Yamozha 1f543cae6f Changed the purpose of the repo
Changed from k4li -> currency project
2021-02-03 17:28:43 +02:00

15 lines
532 B
HTML

<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" href="css/home.css">
<link rel="stylesheet" href="http://github.hubspot.com/odometer/themes/odometer-theme-default.css">
<meta charset="utf-8">
<title>Currency site</title>
</head>
<body>
<script src="http://github.hubspot.com/odometer/odometer.js"></script>
<h1 id="odometer" class="odometer">This is where you'll see the thing</h1>
<script type="text/javascript" src="scripts/getCurrentCoins.js"></script>
</body>
</html>