diff options
author | Yigit Sever | 2021-04-22 20:15:40 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-25 23:04:39 +0300 |
commit | 32b49380880aab00057b8a663b5327d6f58def3a (patch) | |
tree | 059dc128813a93679233f5489cf1a42b2ea0374d /templates/header.html | |
parent | 97b2f6c796fd2af1c338725884189685a82adc01 (diff) | |
download | gradecoin-32b49380880aab00057b8a663b5327d6f58def3a.tar.gz gradecoin-32b49380880aab00057b8a663b5327d6f58def3a.tar.bz2 gradecoin-32b49380880aab00057b8a663b5327d6f58def3a.zip |
Implement nicenet
- There are bot accounts that return what you sent them
- Sending a transaction generates some coin out of thin air
- No more one tx per person per block limit
- Unused transactions do not disappear anymore
Diffstat (limited to 'templates/header.html')
-rw-r--r-- | templates/header.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/templates/header.html b/templates/header.html index a142fad..1c9136e 100644 --- a/templates/header.html +++ b/templates/header.html | |||
@@ -1,10 +1,11 @@ | |||
1 | <html> | 1 | <html> |
2 | <head> | 2 | <head> |
3 | <title>Gradecoin</title> | 3 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
4 | <title>Gradecoin | Users</title> | ||
4 | {% include "css.html" %} | 5 | {% include "css.html" %} |
5 | </head> | 6 | </head> |
6 | <body> | 7 | <body> |
7 | <div> | 8 | <div> |
8 | <h1>Registered Users</h1> | 9 | <h1>Registered Users</h1> |
9 | </div> | 10 | </div> |
10 | <hr /> | 11 | <hr /> |