Skip to content

Instantly share code, notes, and snippets.

@Kygandomi
Last active November 3, 2021 21:33
Show Gist options
  • Save Kygandomi/994f96888ba8bd45f60d006a054943eb to your computer and use it in GitHub Desktop.
Save Kygandomi/994f96888ba8bd45f60d006a054943eb to your computer and use it in GitHub Desktop.
Chia Password Coin Tutorial 5 Snippet 5
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Chia Password Coin</title>
</head>
<body style="background-color: #00A36C; font-family: Arial">
<div style="margin:0 auto; width: 100%; max-width: 700px; text-align: center; margin-top: 50px; padding: 30px; background-color: white; border-radius: 10px;">
{% block main %}
{% endblock %}
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment