included "database" and primitive balance checking
let's make it so we have a way to integrate it with sql in later stages. PLEASE FIX the "fstring" in the js and the id to balance sequence
This commit is contained in:
@ -3,12 +3,14 @@
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/home.css">
|
||||
<link rel="stylesheet" href="http://github.hubspot.com/odometer/themes/odometer-theme-default.css">
|
||||
<script src="http://github.hubspot.com/odometer/odometer.js"></script>
|
||||
<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>
|
||||
<h2 id="balance">Your balance is:</h2>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user