feat: Add Ko-fi button

This commit is contained in:
Walkx 2022-05-12 12:11:59 +02:00 committed by GitHub
parent d01f1733c4
commit 0e1d111f65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,8 @@ if __name__ == "__main__":
f.write(" <br/>\n") f.write(" <br/>\n")
f.write( f.write(
" <a href = \"#icons\" > <strong > Get icons »</strong> </a>\n") " <a href = \"#icons\" > <strong > Get icons »</strong> </a>\n")
f.write(
" <a href = \"https://ko-fi.com/walkx\" > <img src = \"https://ko-fi.com/img/githubbutton_sm.svg\" > </a>\n")
f.write("</p>\n") f.write("</p>\n")
f.write("\n") f.write("\n")
f.write("# Table of Contents\n") f.write("# Table of Contents\n")