Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added the first html page #1

Merged
merged 1 commit into from
Dec 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 20 additions & 4 deletions web/src/templates/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,26 @@
<!DOCTYPE html>

<html>
<head>
<title>Work In Progress</title>
<title>KessCOIN</title>
</head>
<body>
<h1>KressCOINV2</h1>
<p>We are an open scourced crypto currency made by LibreDoomGuy and HSCorp99906</p>


<body>
<h1>Work in progress.</h1>



<!--main donation sector -->

<img src="https://www.bitcoinqrcodemaker.com/api/?style=bitcoin&prefix=on&fiat=USD&address=1DQStXtHPaJGqM3BNj1UNmPDh27GJW8aUa" >
<p>bitcoin:1DQStXtHPaJGqM3BNj1UNmPDh27GJW8aUa




</p>
<P>please keep this project alive by donating any and all amounts are greatly appreciated</P>
<a href="https://github.com/HSCorp99906/KessCoin2"<P>github repo</</a>
</body>
</html>