-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
878 lines (878 loc) · 41.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>mdc</title>
<style type="text/css">
body {
font-family: Arial;
font-size: 11px;
}
a {
text-decoration: none;
}
a:link {
color: #ffffff;
}
a:visited {
color: #ffffff;
}
a:hover {
color: #ff0000;
}
#izquierda {
float: left;
background-color: black;
line-height: 1.05;
text-align: left;
width: 30%;
font-family: Arial;
font-size: 11pt;
color: red;
}
#derecha {
float: right;
background-color: black;
text-align: left;
font-family: Arial;
font-size: 11pt;
width: 30%;
line-height: 1.05;
color: red;
}
#centro {
width: 40%;
font-family: Arial;
font-size: 11pt;
line-height: 1.05;
color: red;
text-align: left;
}
#abajo2 {
width: 100%;
font-family: Arial;
font-size: 11pt;
line-height: 1.05;
color: white;
text-align: center;
}
</style>
</head>
<body style="background-color: black; color: white;"
link="white">
<center>
<div id="izquierda">repository________________________________<br>
gitlab <a target="_blank" href="https://mdchi.gitlab.io/web/">web
</a><a target="_blank"
href="https://mdchi.gitlab.io/web/inversiones.html">inversiones</a>
<a target="_blank"
href="https://mdchi.gitlab.io/web/paginas.html">paginas </a><a
target="_blank"
href="https://mdchi.gitlab.io/web/tutoriales.html">tutoriales</a><br>
<a target="_blank"
href="https://mdchi.gitlab.io/web/etiquetas.txt">etiquetas</a>
<a target="_blank" href="https://gitlab.com/mdchi">user</a>
<a target="_blank"
href="https://gitlab.com/-/profile/applications">apps</a><br>
github <a target="_blank"
href="https://mdchi.github.io/web/">web</a> <a
target="_blank" href="https://github.com/mdchi">user</a>
<a target="_blank" href="https://github.com/">github</a><br>
cotizacion___________________________________<br>
coinmarketcap <a target="_blank"
href="https://coinmarketcap.com/watchlist/665296ac3a9fc91e643242c9/">md1</a> <a
target="_blank"
href="https://coinmarketcap.com/community/profile/mdchi/">mdchi</a>
<a target="_blank" href="https://coinmarketcap.com/">cmc</a><br>
<a target="_blank"
href="https://coinmarketcap.com/es/rankings/exchanges/">cefi</a>
<a target="_blank"
href="https://coinmarketcap.com/rankings/exchanges/dex/">defi</a>
<a target="_blank"
href="https://coinmarketcap.com/cryptocurrency-category/">category</a>
<a target="_blank"
href="https://coinmarketcap.com/es/view/stablecoin/">stablecoin</a>
<a target="_blank" href="https://coinmarketcap.com/charts/">charts</a>
<a target="_blank"
href="https://coinmarketcap.com/rankings/exchanges/">exchanges</a><br>
<a target="_blank"
href="https://coinmarketcap.com/watchlist/662656c17a0e2565d974487b/">mineria</a>
<a target="_blank"
href="https://coinmarketcap.com/watchlist/6623cb7071fbad387354cd39/">tokenexchange</a>
<a target="_blank"
href="https://coinmarketcap.com/watchlist/662100fee5333e1cf1bd47ce/">airdrops</a>
<a target="_blank"
href="https://coinmarketcap.com/watchlist/67191b3ad1a6dc6ec8433700/">gemas</a><br>
coingekco <a target="_blank"
href="https://www.coingecko.com/es/portfolios/9800721">md1</a>
<a target="_blank"
href="https://www.coingecko.com/es/categories/kaspa-ecosystem">categories</a><br>
cryptorank <a target="_blank"
href="https://cryptorank.io/watchlist">md1</a><br>
dolar <a target="_blank" href="https://dolarhoy.com/">dolarhoy</a><br>
exchange cefi______________________<br>
coinex <a target="_blank"
href="https://www.coinex.com/asset/total">resumen</a> <a
target="_blank"
href="https://www.coinex.com/es/my/info/kyc/result">kyc</a>
<a target="_blank" href="https://www.coinex.com/es/vip">vip </a><a
target="_blank"
href="https://www.coinex.com/es/exchange/kas-usdt/">kasusdt</a>
- <a target="_blank"
href="https://www.coinex.com/es/asset/making">amm</a><br>
pionex <a target="_blank"
href="https://www.pionex.com/en/balance/overview">overview</a>
<a target="_blank"
href="https://www.pionex.com/en/balance/trade">account</a> <a
target="_blank" href="https://www.pionex.com/en/my-account/kyc">kyc</a>
<a target="_blank" href="https://www.pionex.com/en/vip-status">vip</a>
- <a target="_blank"
href="https://www.pionex.com/en/hoard-coins">hoard</a><br>
bybit <a target="_blank"
href="https://www.bybit.com/user/assets/home/overview">overview</a>
<a target="_blank"
href="https://www.bybit.com/user/accounts/auth/personal">kyc</a>
<a target="_blank" href="https://www.bybit.com/en/my-fee-rate">fee</a>
- <a target="_blank"
href="https://www.bybit.com/user/assets/home/financial">earn</a><br>
okx <a target="_blank"
href="https://www.okx.com/es-es/balance/overview">overview </a><a
target="_blank"
href="https://www.okx.com/es-es/account/kyc/personal/overview">kyc</a>
<a target="_blank"
href="https://www.okx.com/es-es/balance/fee">fee</a>
- <a target="_blank"
href="https://www.okx.com/es-es/balance/finance">earn</a><br>
kucoin <a target="_blank"
href="https://www.kucoin.com/assets">overview</a> <a
target="_blank" href="https://www.kucoin.com/account/kyc">kyc</a>
<a target="_blank" href="https://www.kucoin.com/vip/level">vip</a>
- <a target="_blank"
href="https://www.kucoin.com/assets/earn-account">earn</a><br>
mexc <a target="_blank"
href="https://www.mexc.com/es-ES/assets/overview">overview</a> <a
target="_blank" href="https://www.mexc.com/es-ES/user/id-auth">kyc</a><br>
bitget <a target="_blank"
href="https://www.bitget.com/es/asset">asset</a> <a
target="_blank" href="https://www.bitget.com/es/verified/enter">kyc</a>
- <a target="_blank"
href="https://www.bitget.com/es/asset/earn">earn</a><br>
binance <a target="_blank"
href="https://www.binance.com/es/my/wallet/account/overview">overview</a> <a
target="_blank"
href="https://binance.zendesk.com/hc/es/requests/new">sop</a>
<a target="_blank"
href="https://www.binance.com/es-LA/my/settings/profile">kyc</a><br>
yield farming__________________________<br>
ronin okx ron <a target="_blank"
href="https://app.roninchain.com/liquidity?t=MyPositions">roninliquidity</a> <a
target="_blank" href="https://wallet.roninchain.com/">roninwallet</a><br>
base bybit okx
eth
<a href="https://aerodrome.finance/dash" target="_blank">aerodrome</a> <a
href="https://metamask.io/" target="_blank">metamask1</a> <a
href="https://docs.base.org/docs/using-base/" target="_blank">red</a><br>
linea bybit
eth
<a href="https://app.lynex.fi/liquidity" target="_blank">lynex</a> metamask3<br>
bsc A. okx bnb <a target="_blank"
href="https://thena.fi/dashboard">thena</a> <a
target="_blank" href="https://trustwallet.com/es">trustwallet</a><br>
solana bybit sol <a href="https://raydium.io/portfolio/"
target="_blank">raydium</a> <a
href="https://phantom.app/" target="_blank">phantom</a><br>
sui AAAA okx sui <a href="https://app.cetus.zone/pool/position"
target="_blank">cetus</a> <a
href="https://suiwallet.com/" target="_blank">suiwallet</a><br>
mantle A. bybit mnt <a
href="https://merchantmoe.com/pool?tab=my-pools" target="_blank">merchantmoe</a>
<a href="https://www.bybit.com/es-MX/web3" target="_blank">bybitwallet</a><br>
binarias______________________<br>
iqoption <a target="_blank"
href="https://iqoption.com/traderoom">traderoom</a> <a
target="_blank" href="https://account.volet.com/login">volet</a><br>
iqoptionapi <a target="_blank"
href="https://lu-yi-hsun.github.io/iqoptionapi/binary%20option/binary%20option/">document</a>
<a target="_blank"
href="https://github.com/Lu-Yi-Hsun/iqoptionapi">code</a>
<a target="_blank"
href="https://github.com/Lu-Yi-Hsun/iqoptionapi/issues">issues</a><br>
pocketoption <a target="_blank"
href="https://pocketoption.com/es/cabinet">cabinet</a>
<a target="_blank"
href="https://pocketoption.com/es/cabinet/profile/achievements/">logros
</a><a target="_blank"
href="https://pocketoption.com/es/cabinet/applications/">apps</a><br>
pocketrobot <a target="_blank"
href="https://pocketoptionrobot.com/index-es.php">robot</a><br>
tools <a target="_blank" href="https://va-mod.ru/">vamod</a>
<a target="_blank" href="http://george.va-mod.ru/">george</a><br>
mineria___________________________<br>
chia <a target="_blank"
href="https://spacefarmers.io/farmers/dec58f624fd58c8b768426dbdd314ccd8864fa42c0f9dbdfea436ffe252709a8/">spacefarmers</a>
<a target="_blank" href="https://miningpoolstats.stream/chia">pools</a>
<a target="_blank" href="https://www.chia.net/">chia</a>
<a target="_blank" href="https://pool.space/account/mdch">spacepool</a><br>
archivo__________________________<br>
gate.io <a target="_blank"
href="https://www.gate.io/es/myaccount/myfunds">resumen</a>
<a target="_blank"
href="https://www.gate.io/es/myaccount/kyc_home">kyc</a>
- <a target="_blank"
href="https://www.gate.io/es/simple-earn/my-lendings">earn</a><br>
htx <a target="_blank"
href="https://www.htx.com/en-us/finance/account">assets</a>
<a target="_blank"
href="https://www.htx.com/en-us/user_center/uc_auth/">kyc</a>
_ <a target="_blank"
href="https://www.htx.com/en-us/financial/reStaking/">restaking</a><br>
xt <a target="_blank"
href="https://www.xt.com/wallet/account/overview">overview</a>
<a target="_blank"
href="https://www.xt.com/es/accounts/user/verification">kyc</a><br>
bingx <a target="_blank"
href="https://bingx.com/es-es/assets/">assets</a><br>
xeggex <a target="_blank"
href="https://xeggex.com/account/overview">overview</a><br>
tradeogre <a target="_blank"
href="https://tradeogre.com/account/balances">balance</a><br>
qxbroker <a target="_blank"
href="https://qxbroker.com/es/trade">trade </a><a
target="_blank" href="https://qxbroker.com/es/analytics">analytics</a>
<a target="_blank" href="https://qxbroker.com/es/demo-trade">demo</a><br>
blockchain <a target="_blank"
href="https://login.blockchain.com/es/#/home">wallet</a>
<a target="_blank"
href="https://support.blockchain.com/hc/en-us/articles/4417075779604-How-do-I-deposit-USD-via-Wire-Transfer-">howdeposit</a>
<a target="_blank"
href="https://usdtscan.com/wallet_info_erc20?id=0xfb54366d6b03b18a8c6ed601572445e878bef023">scanerc20</a><br>
kraken <a target="_blank" href="https://www.kraken.com/c">inicio</a>
<a target="_blank"
href="https://www.kraken.com/c/account-settings/verification">kyc</a><br>
crypto <a target="_blank"
href="https://crypto.com/exchange/dashboard">dashboard</a>
<a target="_blank"
href="https://crypto.com/exchange/user/settings/profile">kyc</a><br>
nexo <a target="_blank" href="https://platform.nexo.com/">platform</a>
<a target="_blank" href="https://pro.nexo.com/account">pro</a>
<a target="_blank"
href="https://platform.nexo.com/profile/verification">verificacion</a><br>
check <a target="_blank" href="https://tronscan.org/">tronscan</a>
<a target="_blank"
href="https://xchscan.com/address/xch1lhtyun2ku78tr0d53m76xa4actfsk6futl7sk6xzj5xh7crclegsc6ummd">xchscan</a>
<a target="_blank" href="https://usdtscan.com/">usdtscan</a><br>
coinbase <a target="_blank"
href="https://www.coinbase.com/assets">assets</a> <a
target="_blank"
href="https://www.coinbase.com/settings/account-levels">kyc</a><br>
fiwind <a target="_blank"
href="https://panel.fiwind.io/dashboard/home">dashboard</a>
<a target="_blank"
href="https://panel.fiwind.io/dashboard/account">kyc</a><br>
wise <a target="_blank" href="https://wise.com/home/">home</a>
<a target="_blank" href="https://wise.com/settings/profile/">datos</a><br>
prex <a target="_blank" href="https://www.prexcard.com.ar/">home</a><br>
bco <a target="_blank" href="https://www.hsbc.com.ar/">hsbc</a><br>
opensea <a target="_blank"
href="https://opensea.io/es/account">account</a> <a
target="_blank"
href="https://opensea.io/es/collection/marianodamian">collection</a><br>
nodle <a target="_blank"
href="https://app.nodle.com/nft/account/4iwtczD1cHw6wgY8mLGeDnxDtBR23atgp8qhFeP3JuL4aFxF">collection</a><br>
archivo yield farming__________________<br>
arbitrum okx
eth <a href="https://pancakeswap.finance/farms?chain=arb"
target="_blank">pancakeswap</a> metamask2<br>
celestia bybit tia <a target="_blank"
href="https://wallet.keplr.app/?tab=staking">keplrstaking</a> <a
target="_blank" href="https://www.keplr.app/download">keplr</a><br>
ton okx
ton <a target="_blank"
href="https://dedust.io/portfolio">dedust</a> <a
target="_blank" href="https://tonkeeper.com/">tonkeeper</a><br>
ton okx
ton <a target="_blank"
href="https://app.ston.fi/pools?selectedTab=MY_POOLS&sortBy=POPULARITY_DESC&search=&farmingAvailable=false">ston.fi</a> <a
target="_blank" href="https://tonkeeper.com/">tonkeeper</a><br>
solana <a href="https://app.meteora.ag/portfolio"
target="_blank">meteora</a><br>
bsc <a target="_blank"
href="https://pancakeswap.finance/">pancakeswap</a><br>
base A. bybit okx
eth
<a href="https://aerodrome.finance/dash" target="_blank">aerodrome</a>
<a href="https://www.coinbase.com/es-la/wallet/downloads"
target="_blank">coinbasewallet</a><br>
<br>
<br>
</div>
<div id="derecha">facebook________________________________________<br>
fb <a target="_blank"
href="https://www.facebook.com/mdcMariano">mdc </a><a
target="_blank"
href="https://www.facebook.com/settings?tab=applications&ref=settings">appconect</a>
<a target="_blank"
href="https://www.facebook.com/groups/search/groups?q=mineria">searchgrupo</a>
<a target="_blank"
href="https://m.facebook.com/friends/center/requests/outgoing/#friends_center_main">solenviada</a><br>
marketplace <a target="_blank"
href="https://www.facebook.com/marketplace/you/selling">selling</a>
<a target="_blank"
href="https://www.facebook.com/marketplace/">panel</a><br>
pagina <a target="_blank"
href="https://www.facebook.com/mdchmariano">mdch</a><br>
gr <a target="_blank"
href="https://www.facebook.com/groups/mdch1/">mineria59</a>
<a target="_blank"
href="https://www.facebook.com/groups/mdch2">mineriaarg34 </a><a
target="_blank" href="https://www.facebook.com/groups/mdch8">peliculas54</a><br>
<a target="_blank"
href="https://www.facebook.com/groups/mdch29">alquileres19</a>
<a target="_blank"
href="https://www.facebook.com/groups/mdch9">frases13</a>
<a target="_blank"
href="https://www.facebook.com/groups/mdch23">preguntas28</a><br>
<a target="_blank"
href="https://www.facebook.com/groups/mdch24">adivinanza7</a>
<a target="_blank"
href="https://www.facebook.com/groups/mdch10">libros5</a>
<a target="_blank"
href="https://www.facebook.com/groups/mdch19">homeschooling3</a>
<a target="_blank"
href="https://www.facebook.com/groups/mdch30">sanmartin2</a><br>
<a target="_blank"
href="https://www.facebook.com/groups/mdch3">tutoriales1</a>
<a target="_blank"
href="https://www.facebook.com/groups/mdch11">predicas1 </a><a
target="_blank" href="https://www.facebook.com/groups/mdch12">calistenia1</a>
<a target="_blank"
href="https://www.facebook.com/groups/mdch20">actividades1</a>
<a target="_blank"
href="https://www.facebook.com/groups/mdch25">meme1</a><br>
<a target="_blank"
href="https://www.facebook.com/groups/mdch4">chia</a>
<a target="_blank"
href="https://www.facebook.com/groups/mdch5">inversiones</a>
<a target="_blank"
href="https://www.facebook.com/groups/mdch6">trading</a>
<a target="_blank"
href="https://www.facebook.com/groups/mdch7">botstelegram</a> <a
target="_blank" href="https://www.facebook.com/groups/mdch14">basket</a>
<a target="_blank"
href="https://www.facebook.com/groups/mdch15">metabolismo</a><br>
<a target="_blank"
href="https://www.facebook.com/groups/mdch16">musica</a>
<a target="_blank"
href="https://www.facebook.com/groups/mdch17">rapero</a>
<a target="_blank"
href="https://www.facebook.com/groups/mdch18">acordes</a> <a
target="_blank" href="https://www.facebook.com/groups/mdch21">pinturas</a>
<a target="_blank"
href="https://www.facebook.com/groups/mdch22">piropos</a> <a
target="_blank" href="https://www.facebook.com/groups/mdch26">emocionante</a><br>
<a target="_blank"
href="https://www.facebook.com/groups/mdch27">risa</a>
<a target="_blank"
href="https://www.facebook.com/groups/mdch28/">juegos</a> <a
target="_blank" href="https://www.facebook.com/groups/mdch30"></a><a
target="_blank" href="https://www.facebook.com/groups/mdch31">permutas</a><br>
gr <a target="_blank"
href="https://www.facebook.com/groups/mdch32">yotecreo </a><a
target="_blank" href="https://www.facebook.com/groups/mdch33">priv</a><br>
monetizar <a target="_blank"
href="https://business.facebook.com/">business</a> <a
target="_blank"
href="https://www.facebook.com/collabsmanager/start/group">cmarcast</a>
<a target="_blank"
href="https://www.facebook.com/collabsmanager/creator/project_briefs?page_id=949673019114106">cmarcapr</a><br>
chat <a target="_blank"
href="https://www.facebook.com/messages/">messenger</a>
<a target="_blank" href="https://web.whatsapp.com/">whatsapp</a><br>
instagram <a target="_blank"
href="https://www.instagram.com/mdchmariano/">mdch</a>
<a target="_blank"
href="https://accountscenter.instagram.com/profiles/">cuentas</a> <a
target="_blank"
href="https://www.instagram.com/accounts/professional_account_settings/">settings</a><br>
autopublish_______________________________<br>
plataformas <a target="_blank" href="https://zapier.com/">zapier</a>
<a target="_blank" href="https://ifttt.com/">ifttt</a>
<a target="_blank" href="https://www.pabbly.com/">pabbly</a>
<a target="_blank" href="https://www.make.com/">make</a><br>
wordpress <a target="_blank"
href="https://mdmariano.wordpress.com/">md</a><br>
diigo <a target="_blank"
href="https://www.diigo.com/profile/mdmariano">mdprofile</a><br>
discord <a target="_blank"
href="https://discord.com/channels/768967789816971334/768967789816971336">mdchannel</a><br>
linkedin <a target="_blank"
href="https://www.linkedin.com/in/mdcMariano/recent-activity/all/">actividad</a>
<a target="_blank"
href="https://www.linkedin.com/in/mdcMariano">mdc </a><a
target="_blank"
href="https://www.linkedin.com/company/16256779/admin/">company</a>
<a target="_blank"
href="https://www.linkedin.com/groups/9059216/">grupo</a>
<a target="_blank"
href="https://www.linkedin.com/mypreferences/d/data-sharing-for-permitted-services">appconect</a><br>
weebly <a target="_blank"
href="https://mdmariano.weebly.com/">md</a><br>
tumblr <a target="_blank"
href="https://mdmariano.tumblr.com/">md</a><br>
telegram <a target="_blank"
href="https://t.me/mdcMariano">mdc</a> <a
target="_blank" href="https://t.me/mdcMarian">mdc2</a><br>
x twitter <a target="_blank"
href="https://twitter.com/mdcMariano">md</a> <a
target="_blank"
href="https://x.com/i/lists/1869113272479387854?t=UGc3xoK4zzsRTROgS9Ofrg&s=09">lists</a>
<a target="_blank" href="https://twitter.com/mdcMariano2">md2</a>
<a target="_blank"
href="https://developer.twitter.com/en/portal/dashboard">developer</a>
<a target="_blank"
href="https://twitter.com/settings/apps_and_sessions">apps</a>
<br>
medium <a target="_blank"
href="https://medium.com/@mdMariano">md</a><br>
reddit <a target="_blank"
href="https://www.reddit.com/r/mdMariano/">comunidad</a>
<a target="_blank"
href="https://www.reddit.com/user/MarianoDamian">user</a><br>
pinterest <a target="_blank"
href="https://ar.pinterest.com/mdchmariano/">md</a><br>
flickr <a target="_blank"
href="https://www.flickr.com/photos/marianodamian/">photos</a>
<a target="_blank"
href="https://www.flickr.com/photos/organize/">organize</a><br>
video_________________________<br>
vk <a target="_blank"
href="https://vk.com/mdcmariano">md</a>
<a target="_blank" href="https://vk.com/video/@mdcmariano">videopel</a>
<a target="_blank" href="https://vk.com/mdmariano">md</a>
<a target="_blank" href="https://vk.com/video/@mdmariano">videoper</a><br>
ok.ru <a target="_blank"
href="https://ok.ru/profile/909991436138">md</a>
<a target="_blank" href="https://ok.ru/video/myShowcase">video</a><br>
mega <a target="_blank"
href="https://mega.nz/folder/N98AWIxJ#P3krnDJTsYjB8mjqWWYuXQ">mc1</a>
<a target="_blank"
href="https://mega.nz/folder/JAs3nQKS#PB5juKBdKLcDPUGhwOXjgA">mc2</a>
<a target="_blank"
href="https://mega.nz/folder/kBYAlKYQ#LL9bOELkWlD9XKkIbjefAg">md3</a>
<a target="_blank"
href="https://mega.nz/folder/ZXhE1bQA#DeeV9iRbSh05QNyoU3smcA">mc4</a>
<a target="_blank"
href="https://mega.nz/folder/5uoEnBia#2-P9aZIX1nfj9SPYqI1Xpg">mc5</a>
<a target="_blank"
href="https://mega.nz/folder/qno2hADD#QZbVM0ThyIXigT09fb6cSQ">mc6</a><br>
vimeo <a target="_blank"
href="https://vimeo.com/mdch1">mc1</a>
<a target="_blank" href="https://vimeo.com/mdch11">mc11</a>
<a target="_blank" href="https://vimeo.com/mdch14">md14</a>
<a target="_blank" href="https://vimeo.com/mdch15">mc15</a>
<a target="_blank" href="https://vimeo.com/mdch16">mc16</a><br>
<a target="_blank" href="https://vimeo.com/mdch17">mc17</a>
<a target="_blank" href="https://vimeo.com/mdch18">mc18</a>
<a target="_blank" href="https://vimeo.com/mdch21">mc21</a>
<a target="_blank" href="https://vimeo.com/mdch22">mc22</a>
<a target="_blank" href="https://vimeo.com/mdch23">mc23</a><br>
redes sociales__________________________________<br>
microsoft <a target="_blank"
href="https://account.microsoft.com/profile/">perfil</a>
<a target="_blank"
href="https://outlook.live.com/mail/0/inbox">outlook</a>
<a target="_blank" href="https://teams.microsoft.com/">teams</a>
<a target="_blank"
href="https://onedrive.live.com/?authkey=%21AJNNNSd2SAF1m3M&id=93899761A7912C78%21651&cid=93899761A7912C78">onedrivepdf</a><br>
yahoo <a target="_blank"
href="https://mail.yahoo.com/d/folders/1">email</a> <a
target="_blank"
href="https://login.yahoo.com/myaccount/personalinfo/">perinfo</a><br>
mislibros <a target="_blank"
href="https://www.tuslibros.com/profile/83319/mariano-damian-chiodo">tuslibros</a>
<a target="_blank"
href="https://es.scribd.com/user/295055990/Mariano-Damian-Chiodo">scribd</a>
<a target="_blank"
href="https://www.dunken.org/WEB2014/index.php?opt=2&id_autor=35476">dunken</a><br>
gravatar <a target="_blank" href="https://gravatar.com/mdch1">mdchi1</a><br>
redes <a target="_blank"
href="https://www.tiktok.com/@mdcmariano">tiktok</a> <a
target="_blank"
href="https://es.quora.com/profile/Mariano-Damian-Chio">quora</a>
<a target="_blank"
href="https://www.taringa.net/MarianodaminChio">taringa</a>
<a target="_blank"
href="https://www.slideshare.net/marianochiodo/presentations">slideshare</a>
<a target="_blank"
href="https://marianodamianch.wixsite.com/inicio">wix</a>
<a target="_blank" href="https://marianodamianch.webnode.com/">webnode</a>
<a target="_blank"
href="https://marianodamianch.jimdofree.com/">jimdo</a><br>
<a target="_blank"
href="https://giphy.com/channel/marianodamianch">giphy</a>
<a target="_blank" href="https://data.world/marianodamianch">dataworld</a>
<a target="_blank" href="https://gifyu.com/marianodamian">gifyu</a>
<a target="_blank" href="https://gloria.tv/marianodamianch">gloriatv</a>
<a target="_blank"
href="https://lacuerda.net/Usuarios/perfil.php?dest=MarianoDamianCh">lacuerda </a><a
target="_blank"
href="https://www.forohuellascristianas.com/u7200">huellascristianas</a><br>
<a target="_blank"
href="https://www.todoexpertos.com/usuarios/marianochiod">todoexpertos</a> <a
target="_blank" href="https://vimeo.com/marianodamian">vimeo</a>
<a target="_blank" href="https://www.olx.com.ar/myads">olx</a>
<a target="_blank" href="https://soundcloud.com/mdprivado">soundcloud</a>
<a target="_blank" href="https://lacuerda.net/">lacuerda</a><br>
<a target="_blank" href="https://d.tube/#%21/c/mariano79">dtube</a>
<a target="_blank"
href="https://www.timetoast.com/timelines/2472417">timetoast</a>
<a target="_blank"
href="https://es.educaplay.com/usuario/1620540-mariano/">educaplay</a>
<a target="_blank" href="https://www.twitch.tv/mdcmariano">twitch</a>
<a target="_blank" href="https://beacons.ai/mdchi">beacons</a><br>
000webhost <a target="_blank"
href="https://mdmariano.000webhostapp.com/">md</a> <a
target="_blank"
href="https://mdmariano.000webhostapp.com/wp-login.php">wpadmin</a>
<a target="_blank" href="https://www.000webhost.com/">000webhost</a><br>
monetiz <a target="_blank"
href="https://www.ivoox.com/podcast-audiolibros_sq_f12394541_1.html">ivoox</a><br>
asocTarjeta <a target="_blank"
href="https://www.cinemarkhoyts.com.ar/">cinemark</a> <a
target="_blank" href="https://www.weareappa.com/">appa</a><br>
mercadolibre <a target="_blank"
href="https://myaccount.mercadolibre.com.ar/my_purchases/list#nav-header">compras</a> <a
target="_blank"
href="https://www.mercadolibre.com.ar/mercado-puntos">puntos</a><br>
canales <a target="_blank" href="https://www.disneyplus.com/">disney</a> <a
target="_blank" href="https://www.netflix.com/">netflix</a>
<a target="_blank" href="https://www.netflix.com/cancelplan">ncancel</a><br>
hikvision <a target="_blank" href="http://192.168.0.141/">192.168.0.141
</a><a target="_blank"
href="https://www.hik-connect.com/">hikconnect</a><br>
steam <a target="_blank"
href="https://steamcommunity.com/id/mdch1">mdch1</a> <a
target="_blank" href="https://steamcommunity.com/id/mdch2">mdch2</a>
<a target="_blank" href="https://steamcommunity.com/id/mdch3">mdch3</a><br>
epicgames <a target="_blank"
href="https://store.epicgames.com/es-ES/u/fe128717edfc465dbca3d878e111887a">mdch1</a>
<a target="_blank"
href="https://store.epicgames.com/es-ES/u/34b06cf8b9e14bf5a30e6afbd9fc611a">mdch2</a>
<a target="_blank"
href="https://store.epicgames.com/es-ES/u/5e385518cba147958b29e10a8641a4d9">mdch3</a><br>
laboral <a target="_blank"
href="https://www.zonajobs.com.ar/candidatos/curriculum/">zonajobs</a>
<a target="_blank"
href="https://www.bumeran.com.ar/postulantes/curriculum">bumeran</a><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
<div id="centro">google_____________________________________________<br>
sites1 <a target="_blank"
href="https://sites.google.com/view/mdch">mdch </a><a
target="_blank" href="https://sites.google.com/view/mdch1">inversiones</a>
<a target="_blank" href="https://sites.google.com/view/mdch2">trading</a> <a
target="_blank" href="https://sites.google.com/view/mdch4">python</a>
<a target="_blank" href="https://sites.google.com/view/mdch8">bots</a><br>
sites1 <a target="_blank"
href="https://sites.google.com/view/mdch11">gemas</a> <a
target="_blank" href="https://sites.google.com/view/mdch5">market</a> <a
target="_blank" href="https://sites.google.com/view/mdch6">escritores </a><a
target="_blank" href="https://sites.google.com/view/mdch3">nutrition</a>
<a target="_blank" href="https://sites.google.com/view/mdch7">botstelegram</a><br>
sites1 <a target="_blank"
href="https://sites.google.com/view/mdch9">autopublish</a>
<a target="_blank"
href="https://sites.google.com/view/mdch10/">peliculas</a>
<a target="_blank" href="https://sites.google.com/view/mdch15">musica</a><br>
sites2 <a target="_blank"
href="https://sites.google.com/view/mdch12">androidstudio</a>
<a target="_blank" href="https://sites.google.com/view/mdch13">python</a>
<a target="_blank" href="https://sites.google.com/view/mdch14">obs</a><br>
adsense <a target="_blank"
href="https://www.google.com/adsense/new/u/0/pub-0309466012842877/youtube">panelyt</a>
<a target="_blank"
href="https://www.google.com/adsense/new/u/0/pub-0309466012842877/payments/account/3">pagosyt</a>
<a target="_blank"
href="https://www.google.com/adsense/new/u/0/pub-0309466012842877/sites/list">sites</a>
<a target="_blank"
href="https://mdcnoticia.blogspot.com/ads.txt">ads.txt</a>
<a target="_blank"
href="https://mdcnoticia.blogspot.com/robots.txt">robots.txt</a>
<a target="_blank"
href="https://payments.google.com/gp/w/home/taxcenter?ec=AJ9oCCyuNaF7tmFrCLCJDeH8u5lZA5GVXc82zJ51WeY%2BMMqWvVpZXBAZghyzPj3OrcSpcrBYUKYA">infofiscal</a><br>
gpay <a target="_blank"
href="https://pay.google.com/intl/es_es/about/">pay</a><br>
classroom <a target="_blank"
href="https://classroom.google.com/">home</a> <a
target="_blank"
href="https://classroom.google.com/c/NjY0MzY4MzM3NjAx">2b</a><br>
familylink <a target="_blank"
href="https://myaccount.google.com/family/details">family</a><br>
support <a target="_blank"
href="https://support.google.com/blogger/thread/9137372/como-agregar-el-archivo-ads-txt-de-tu-blog-de-blogger-conectado-con-adsense?hl=es">ads.txt</a><br>
takeout <a target="_blank" href="https://takeout.google.com/">takeout</a>
<a target="_blank"
href="https://takeout.google.com/takeout/downloads?pli=1">downloads</a>
<a target="_blank"
href="https://myaccount.google.com/brandaccounts?hl=es">cuentas</a><br>
search <a target="_blank"
href="https://search.google.com/search-console">console</a> <a
target="_blank"
href="https://search.google.com/search-console/insights">insights</a>
<a target="_blank"
href="https://analytics.google.com/analytics/">analytics</a><br>
developers <a target="_blank"
href="https://developers.google.com/profile/u/mdchi">mdchi</a>
<a target="_blank"
href="https://developers.google.com/profile/u/mdchio">mdchio</a><br>
google <a target="_blank"
href="https://myaccount.google.com/permissions?continue=https%3A%2F%2Fmyaccount.google.com%2Fsecurity">appconect</a>
<a target="_blank"
href="https://business.google.com/locations?gmbsrc=ww-ww-et-gs-z-gmb-v-z-h%7Ebhc-core-u%7Cmybb">business</a> <a
target="_blank" href="https://timeline.google.com/">timelines</a>
<a target="_blank"
href="https://www.google.com.ar/maps/@-34.5107871,-58.746702,11z/data=%214m2%2110m1%211e2">missitios</a>
<a target="_blank"
href="https://www.google.com/webmasters/verification/home?hl=es">wmtools</a>
<a target="_blank" href="https://meet.google.com/">meet</a>
<a target="_blank" href="https://bard.google.com/">BARD</a><br>
gmail.<a target="_blank"
href="https://mail.google.com/mail/u/0/#inbox">inbox</a>
<a target="_blank"
href="https://mail.google.com/mail/u/0/#settings/filters">bloqueado</a><br>
config <a target="_blank"
href="https://www.youtube.com/account">account</a> <a
target="_blank"
href="https://myaccount.google.com/personal-info">perinfo</a>
<a target="_blank"
href="https://myaccount.google.com/device-activity">inisesion</a>
<a target="_blank"
href="https://www.youtube.com/feed/channels">suscrip</a>
<a target="_blank"
href="https://myaccount.google.com/permissions">permissions</a><br>
blog1 <a target="_blank"
href="https://mdcvideos.blogspot.com/">videos4 </a><a
target="_blank" href="https://mdch16.blogspot.com/">videosretro</a>
<a target="_blank" href="https://mdch4.blogspot.com/">imagenes1</a>
<a target="_blank" href="https://mdclibros.blogspot.com/">audiolibros15</a> <a
target="_blank" href="https://mdch2.blogspot.com/">church</a><br>
blog2 <a target="_blank" href="https://mdch1.blogspot.com/">versiculo3</a> <a
target="_blank" href="https://mdch12.blogspot.com/">notiCrist33</a>
<a target="_blank" href="https://mdch11.blogspot.com/">notiCripto6</a><br>
blog2 <a target="_blank"
href="https://mdch17.blogspot.com/">peliculas10 </a><a
target="_blank" href="https://mdch6.blogspot.com/">musica</a>
<a target="_blank" href="https://mdch3.blogspot.com/">canales</a><br>
blog3 <a target="_blank"
href="https://mdch9.blogspot.com/">tutoriales</a> <a
target="_blank" href="https://mdch10.blogspot.com/">mineria </a><a
target="_blank" href="https://mdch5.blogspot.com/">trading</a> <a
target="_blank" href="https://mdch7.blogspot.com/">inversiones</a>
<a target="_blank" href="https://mdch14.blogspot.com/">propiedades</a><br>
blog4 <a target="_blank" href="https://mdch15.blogspot.com/">privado</a><br>
gdrive <a target="_blank"
href="https://drive.google.com/drive/folders/12tOqoIllUFfdIis2FyE8Tk-TZGJCIRlE">md</a>
<a target="_blank"
href="https://drive.google.com/drive/folders/1l-3AQSHYJn1uwH7O0qx5hndcPEBOoMlY">pdf</a>
<a target="_blank"
href="https://drive.google.com/drive/folders/1fHlzgK88OXLpER7UtEHwN1H7ZXYEzDyc">pel</a>
<a target="_blank"
href="https://drive.google.com/drive/folders/0ByA8UgXGavdsMC10Y2JyNVRBVDQ">pel2</a>
<a target="_blank"
href="https://drive.google.com/drive/folders/0BwEPMqtSkM9XVE5MeUh4V3pHZVU">sof</a>
<a target="_blank"
href="https://drive.google.com/drive/folders/0B0SqOdtIyaTTLWVwRnp0c1J5V1U">mus</a> <a
target="_blank"
href="https://drive.google.com/drive/folders/11ENGs_Qn6gqS9G_T12tap_Qhe1Im3bmV">5</a>
<a target="_blank"
href="https://drive.google.com/drive/folders/1LL3p8uVoag--yU_q9Q2JW7E-XyNWEvFb">6
</a><a target="_blank"
href="https://drive.google.com/drive/folders/1bxcsc-dFBXC6CWLrHxHYH3PNeSUQ8Ic2">7
</a><a target="_blank"
href="https://drive.google.com/drive/folders/15h8SWMO7eko3dLQnnXdLsr_pTBxIHWZk">8</a><br>
gmaps <a target="_blank"
href="https://www.google.com/maps/contrib/114105648092140283957/">mcontrib</a>
<a target="_blank"
href="https://www.google.com/maps/contrib/109698332384690572447/">jcontrib</a>
<a target="_blank" href="https://photos.google.com/">gphotos</a>
<a target="_blank"
href="https://www.google.com/maps/d/u/0/?hl=es">mymaps</a><br>
yt <a target="_blank" href="https://studio.youtube.com/">studio</a>
<a target="_blank"
href="https://www.youtube.com/channel_switcher">canales</a><br>
ytcan <a target="_blank"
href="https://www.youtube.com/@MarianoDamian4">audiolibros10</a>
<a target="_blank"
href="https://www.youtube.com/@MarianoDamian3">crypto1 </a><a
target="_blank" href="https://www.youtube.com/@MarianoDamian2">trading</a>
<a target="_blank"
href="https://www.youtube.com/@MarianoDamian6">tutorials</a>
<a target="_blank"
href="https://www.youtube.com/@MarianoDamian10">market</a><br>
ytcan <a target="_blank"
href="https://www.youtube.com/@MarianoDamian7">training6</a> <a
target="_blank" href="https://www.youtube.com/@MarianoDamian8">music8</a>
<a target="_blank"
href="https://www.youtube.com/@MarianoDamian11">nutrition</a>
<a target="_blank"
href="https://www.youtube.com/@MarianoDamian5">kids</a> <a
target="_blank" href="https://www.youtube.com/@MarianoDamian9">church</a><br>
ytcan <a target="_blank"
href="https://www.youtube.com/@mdch4">priv</a><br>
ytcuentas <a target="_blank"
href="https://www.youtube.com/@marianodamian79">mc </a><a
target="_blank"
href="https://www.youtube.com/@mdchmar1/playlists">mdchmar1</a>
<a target="_blank" href="https://www.youtube.com/@jorgelina84">jorgelina</a>
<a target="_blank"
href="https://www.youtube.com/@marcossamuelchi">marcos</a><br>
ytsuscrip <a target="_blank"
href="https://www.youtube.com/feed/channels">feed</a><br>
pagos____________________________________________________<br>
argentina <a target="_blank"
href="https://mi.argentina.gob.ar/">MIARGENTINA</a> <a
target="_blank" href="https://www.argentina.gob.ar/subsidios">subsidios</a>
<a target="_blank"
href="https://www.argentina.gob.ar/circular">certcirculacion</a>
<a target="_blank" href="https://www.padron.gob.ar/">padron</a>
<a target="_blank" href="https://mitramite.renaper.gob.ar/">seguimiento</a><br>
<a target="_blank"
href="https://www.cnv.gov.ar/SitioWeb/ProveedoresServiciosActivosVirtuales/RegistrosPSAV">proveedActivosVirtuales</a><br>
afip <a target="_blank" href="https://www.afip.gob.ar/">inicio</a>
<a target="_blank" href="https://monotributo.afip.gob.ar/">monot</a>
<a target="_blank" href="https://www.afip.gob.ar/">bsps-sct</a>
<a target="_blank"
href="https://www.afip.gob.ar/cuentasTributarias/">sctribma-mec</a>
<a target="_blank"
href="https://www.afip.gob.ar/monotributo/categorias.asp">cat</a><br>
anses <a target="_blank" href="https://www.anses.gob.ar/">web</a> <a
target="_blank"
href="https://www.argentina.gob.ar/iaf/retiros-y-pensiones/asignaciones-familiares/tabla-de-asignaciones-familiares">tabasig</a><br>
arba <a target="_blank" href="https://web.arba.gov.ar/">web</a>
<a target="_blank"
href="https://app.arba.gov.ar/LiqPredet/InicioLiquidacion.do?imp=&Frame=NO&origen=WEB&url_volver=https%3A%2F%2Fwww%2Earba%2Egov%2Ear%2F">pagar</a>
<a target="_blank"
href="https://sso.arba.gov.ar/Login/login?service=http%3A%2F%2Fwww6.arba.gov.ar%2FSIM">simmarmec</a>
<a target="_blank"
href="https://www.arba.gov.ar/Apartados/Agentes/RegimendeIntermediariosdePago.asp?utm_source=vendedores&utm_medium=referral&utm_campaign=Texto_MP_ARBAretencionesBuenosAires&utm_content=desdelapaginawebdearba">patron</a>
<a target="_blank"
href="https://www.arba.gov.ar/GuiaTramites/TramiteSeleccionado.asp?tramite=322&categ=35">reclamo</a>
<a target="_blank"
href="https://www.arba.gov.ar/Aplicaciones/SURyC/IngresoNumero.asp">segreclamo</a><br>
gba <a target="_blank"
href="https://certificadosonline.gob.gba.gob.ar/">certificados</a>
<a target="_blank" href="https://vacunatepba.gba.gob.ar/">vacunatepba</a><br>
sanmartin <a target="_blank"
href="https://autenticacion.sanmartin.gov.ar/">autenticacion</a>
<a target="_blank"
href="https://sanmartin.gov.ar/tramites/tasas-municipales-alsmi-pagos-estado-de-cuenta-e-impresion-de-boletas">deuda</a>
<a target="_blank"
href="https://im-tasasmunicipales.sanmartin.gov.ar/alsmi/pagoonline/">pagoonline</a>
<a target="_blank"
href="http://im.domiciliofiscalelectronico.sanmartin.gov.ar/">domfiselec</a><br>
<a target="_blank"
href="https://estacionamiento.sanmartin.gov.ar/">estacion</a>
<a target="_blank"
href="http://im.culturatributaria.sanmartin.gov.ar/sanmartinvisitatemaiken/">temaiken</a>
<a target="_blank"
href="http://boletadigital.sanmartin.gov.ar/">boldigital</a>
<a target="_blank"
href="https://www.sanmartin.gov.ar/dia-verde">diaverde</a><br>
agip <a target="_blank"
href="https://lb.agip.gob.ar/ConsultaABL/">consulta</a><br>
tigre <a target="_blank"
href="https://ingresospublicos.tigre.gob.ar/#estado-de-deuda">deuda</a><br>
aysa <a target="_blank"
href="https://oficinavirtual.aysa.com.ar/irj/portal?modo=ov&spnego=disabled">aysa</a>
<a target="_blank"
href="https://portal.web.aysa.com.ar/index.html#/facturas">facturas</a>
<a target="_blank" href="http://www.eras.gov.ar/">subsidio</a><br>
edenor <a target="_blank"
href="https://edenordigital.com/cuentas">cuentas</a> <a
target="_blank"
href="https://www.edenor.com/hogares-y-comercios/consultas/regimen-de-segmentacion-de-subsidios?utm_source=edenordigital&utm_medium=Popup&utm_campaign=Segmentacion">infosubs</a><br>
naturgy <a target="_blank"
href="https://www.naturgyban.com.ar/">naturgyban</a><br>
subsidioluzgas <a target="_blank"
href="https://www.argentina.gob.ar/subsidios">subsidiosarg</a>
<a target="_blank"
href="https://subsidios-energia.argentina.gob.ar/consulta/inscripcion/">consulta</a><br>
vehiculo <a target="_blank"
href="https://servicios.lanuevaseguros.com.ar/lnpa/">LANUEVA</a>
<a target="_blank"
href="https://vtvpba.minfra.gba.gob.ar/SolicitudTurno">vtv</a> <a
target="_blank" href="http://www.sanmartin.gov.ar/renovacion/">registro</a>
<a target="_blank"
href="https://www.buenosaires.gob.ar/consulta-de-infracciones">incaba</a>
<a target="_blank"
href="https://infraccionesba.gba.gob.ar/consulta-infraccion">ingba</a><br>
indiceAlq <a target="_blank"
href="https://arquiler.com/">vivienda1</a> <a
target="_blank"
href="https://vivienda.buenosaires.gob.ar/calculadora_alquiler#top">vivienda2</a>
<a target="_blank"
href="https://www.indec.gob.ar/indec/web/Nivel4-Tema-3-5-31">comer1</a>
<a target="_blank"
href="https://www.indec.gob.ar/indec/web/Institucional-Indec-InformesTecnicos-31">comer2</a><br>
valfiscal <a target="_blank"
href="https://app.arba.gov.ar/Informacion/consultarValuacionesInit.do">bsas</a>
<a target="_blank"
href="https://www.afip.gob.ar/gananciasYBienes/bienes-personales/valuaciones/periodo-fiscal-2022.asp">automovil</a>
<a target="_blank"
href="https://lb.agip.gob.ar/impInmobiliario/">caba</a><br>
personal <a target="_blank"
href="https://www.personal.com.ar/">home</a> <a
target="_blank" href="https://www.personal.com.ar/contacto">contacto</a><br>
cemic <a target="_blank"
href="http://nueva.cemic.edu.ar/PortalDigital/servlet/inicio">portaldigital</a> <a
target="_blank"
href="https://www.cemic.edu.ar/atencion-medica.php#cartilla">cartilla</a><br>
<br>
billeteras_______________________<br>
mercadopago <a target="_blank"
href="https://www.mercadopago.com.ar/home">mercadopago</a>
<a target="_blank"
href="https://www.mercadopago.com.ar/subscriptions/list">debauto</a><br>
personalpay <a target="_blank"
href="https://www.personalpay.com.ar/">personalpay</a><br>
bco <a target="_blank"
href="https://bancogalicia.com.ar/">galicia</a><br>
paypal <a target="_blank"
href="https://www.paypal.com/myaccount/">account</a> <a
target="_blank" href="https://www.paypal.com/myaccount/profile/">kyc</a>
<a target="_blank" href="https://river-arena.org/">riverchurch</a><br>
bitstamp <a target="_blank"
href="https://www.bitstamp.net/account/deposit/bank-transfer/">deposit</a>
<a target="_blank"
href="https://www.bitstamp.net/pro/dashboard/">dashboard</a>
<a target="_blank"
href="https://www.bitstamp.net/my-information/">kyc</a><br>
wallbit <a target="_blank" href="https://wallbit.io/">dashboard</a><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
<div id="abajo2">.<br>
<br>
</div>
<br>
</center>
</body>
</html>