reworking the project on django

This commit is contained in:
Yamozha
2021-02-05 00:57:22 +02:00
parent 98f8b51a42
commit 3dfd277b99
8 changed files with 138 additions and 0 deletions

18
old/Website/index.html Normal file
View File

@ -0,0 +1,18 @@
<!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">
<script src="http://github.hubspot.com/odometer/odometer.js"></script>
<meta charset="utf-8">
<title>Currency site</title>
</head>
<body>
<h1 id="odometer" class="odometer">This is where you'll see the thing</h1>
<script type="text/javascript" src="scripts/getCurrentCoins.js"></script>
<br>
<h2 id="balance">Your balance is:</h2>
<h2 id="username"></h2>
</body>
</html>