diff options
-rw-r--r-- | georgedata.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/georgedata.py b/georgedata.py index 4f6a5f3..1ee7ec0 100644 --- a/georgedata.py +++ b/georgedata.py @@ -35,7 +35,8 @@ the = dict( brisray = ('https://brisray.com/utils/webrings.htm','#4d8bdd'), kpwu = ('https://kpwu.xyz/', '#800392'), motan = ('https://motan.gay', '#d3c6aa'), - + c1 = ('https://nest.place/', '#c0d3f2'), + pyrotelekinetic = ('https://pyrotelekinetic.github.io', '#1f8b4c'), ) the["itzz me"] = ("https://itzzcode.github.io/","#00af00") |