File tree Expand file tree Collapse file tree 2 files changed +56
-2
lines changed Expand file tree Collapse file tree 2 files changed +56
-2
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < title > {{ settings.metaTitle }}</ title >
5
+
6
+ {{> head }}
7
+
8
+ <!--- THEMES: in settings.json change 'glitch' to 'gallery', 'menu', or any other theme in the layout/themes folder --->
9
+ < link
10
+ rel ="stylesheet "
11
+ type ="text/css "
12
+ href ="/styles/themes/{{settings.theme}}.css "
13
+ />
14
+ < link rel ="preconnect " href ="https://fonts.googleapis.com ">
15
+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
16
+ < link href ="https://fonts.googleapis.com/css2?family=Inconsolata:wght@500&display=swap " rel ="stylesheet ">
17
+ </ head >
18
+ < body >
19
+ < main >
20
+ < div class ="wrapper ">
21
+ < div class ="content ">
22
+ {{> avatar }} {{> name }}
23
+
24
+ < font face ="Inconsolata "> < p align ="justify ">
25
+ You can support me with the following cryptocurrencies:
26
+ < table >
27
+ < tr >
28
+ < th > Crypto Name</ th >
29
+ < th > My Address </ th >
30
+ < th > QR Code (If any) </ th >
31
+ </ tr >
32
+ < tr >
33
+ < td > Bitcoin ($BTC) </ td >
34
+ < td > 3Qee3MWDJg5akE87sjTdhQgjow8wm6rhx8 </ td >
35
+ < td > </ td >
36
+ </ tr >
37
+ </ table >
38
+ </ p > </ font >
39
+
40
+ </ div >
41
+ </ div >
42
+
43
+ < a href ="https://shore-chatter-lantana.glitch.me/ "> Back to home page </ a >
44
+
45
+ <!--- FOOTER: You can safely remove the Glitch footer (but tell your friends!) ✂ --->
46
+ {{> glitch-footer }}
47
+ </ main >
48
+ </ body >
49
+ </ html >
Original file line number Diff line number Diff line change 11
11
"img" :" "
12
12
},
13
13
{
14
- "url" : " https://banano.cc/ " ,
15
- "text" : " Help me support this cryptocurrency - Banano ($BAN) " ,
14
+ "url" : " https://shore-chatter-lantana.glitch.me/donate.html " ,
15
+ "text" : " Help to support me by donating in crypto! " ,
16
16
"img" : " "
17
17
},
18
18
{
19
19
"url" : " https://grocery-run.glitch.me/" ,
20
20
"text" : " Play a game I made - Grocery Run" ,
21
21
"img" :" "
22
+ },
23
+ {
24
+ "url" : " https://discord.com/channels/@20FACES#7593" ,
25
+ "text" : " Find me on Discord - @20FACES#7593" ,
26
+ "img" :" "
22
27
}
23
28
],
24
29
"social" : {
You can’t perform that action at this time.
0 commit comments