mirror of
https://github.com/soapingtime/diyhrt.git
synced 2026-09-05 04:20:20 +02:00
[automated] update diyhrt.market
This commit is contained in:
+263
-265
@@ -6,11 +6,12 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link href="static/css/style.css" rel="stylesheet" />
|
||||
<link href="static/css/bootstrap-table.min.css" rel="stylesheet" />
|
||||
<link href="static/flags/css/flag-icons.min.css" rel="stylesheet" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="static/favicon/apple-touch-icon.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="static/favicon/favicon-32x32.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="static/favicon/favicon-16x16.png%3Fv=2">
|
||||
<link rel="manifest" href="static/favicon/site.webmanifest%3Fv=2.html">
|
||||
<link rel="manifest" href="static/favicon/site.webmanifest%3Fv=2">
|
||||
<link rel="mask-icon" href="static/favicon/safari-pinned-tab.svg%3Fv=2" color="#5bbad5">
|
||||
<link rel="shortcut icon" href="static/favicon/favicon.ico%3Fv=2">
|
||||
<meta name="apple-mobile-web-app-title" content="DIYHRT.Market">
|
||||
@@ -47,11 +48,10 @@
|
||||
<img class="bi me-2 d-none d-lg-block" height="76px" style="margin-top: -34px; margin-bottom: -35px;" src="static/img/diymarket_logo3.png" />
|
||||
</a>
|
||||
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
|
||||
<li><a href="index.html" class="nav-link px-2 text-white">Home</a></li>
|
||||
<li><a href="meds/products/index.html" class="nav-link px-2 text-white">Products</a></li>
|
||||
<li><a href="stores/index.html" class="nav-link px-2 text-white">Stores</a></li>
|
||||
<li><a href="resources.html" class="nav-link px-2 text-white">Resources</a></li>
|
||||
</ul>
|
||||
<form method="GET" action="meds/products/index.html" class="col-12 col-lg-auto mb-3 mb-lg-0" role="search">
|
||||
<form method="GET" action="https://diyhrt.market/meds/products/" class="col-12 col-lg-auto mb-3 mb-lg-0" role="search">
|
||||
<input type="search" class="form-control" name="name__icontains" placeholder="Search..." aria-label="Search">
|
||||
</form>
|
||||
<div class="col-12 col-lg-auto mb-3 mb-lg-0 d-flex justify-content-center px-2">
|
||||
@@ -64,366 +64,362 @@
|
||||
<div class="container">
|
||||
</div>
|
||||
<div class="container">
|
||||
<p>Follow us on <a href="https://twitter.com/diyhrtDOTmarket">Twitter</a>!</p>
|
||||
<p>We've now added a basic API at <a href="api/index.html">https://diyhrt.market/api/</a>. If you'd like to use it either as-is or with different endpoints don't hesitate to drop us a DM on Twitter!</p>
|
||||
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-3 g-4">
|
||||
<div class="col">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">
|
||||
<i class="fa-solid fa-pills"></i> 5ARIs
|
||||
</h5>
|
||||
<p class="card-text">5-Alpha Reductase Inhibitors prevent the conversion of Testosterone into DHT. This is helpful in combatting Androgenic Alopecia.</p>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<small class="text-muted">Listings: 25</small>
|
||||
</div>
|
||||
<a href="meds/products/index.html%3Fcategory=10.html" class="stretched-link"></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">
|
||||
<i class="fa-solid fa-tablets"></i> Anti-Androgens
|
||||
</h5>
|
||||
<p class="card-text">Medications that block or reduce Androgen levels.</p>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<small class="text-muted">Listings: 18</small>
|
||||
</div>
|
||||
<a href="meds/products/index.html%3Fcategory=3.html" class="stretched-link"></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">
|
||||
<i class="fa-solid fa-prescription-bottle-medical"></i> Estradiol Gels
|
||||
</h5>
|
||||
<p class="card-text">Estradiol in gel form that can be applied and absorbed into the skin.</p>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<small class="text-muted">Listings: 2</small>
|
||||
</div>
|
||||
<a href="meds/products/index.html%3Fcategory=11.html" class="stretched-link"></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">
|
||||
<i class="fa-solid fa-syringe"></i> Estradiol Injections
|
||||
</h5>
|
||||
<p class="card-text">Estradiol in liquid form for subcutaneous or intramuscular Injection.</p>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<small class="text-muted">Listings: 4</small>
|
||||
</div>
|
||||
<a href="meds/products/index.html%3Fcategory=9.html" class="stretched-link"></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">
|
||||
<div class="row">
|
||||
<div class="col-md-4 col-lg-3">
|
||||
<div class="list-group">
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Estradiol</strong>
|
||||
</a>
|
||||
<a href="meds/groups/estradiol-pills.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Estradiol Pills
|
||||
</a>
|
||||
<a href="meds/groups/estradiol-patches.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-note-sticky"></i> Estradiol Patches
|
||||
</h5>
|
||||
<p class="card-text">Estradiol in Transdermal Patches.</p>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<small class="text-muted">Listings: 13</small>
|
||||
</div>
|
||||
<a href="meds/products/index.html%3Fcategory=1.html" class="stretched-link"></a>
|
||||
</a>
|
||||
<a href="meds/groups/estradiol-injections.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-syringe"></i> Estradiol Injections
|
||||
</a>
|
||||
<a href="meds/groups/estradiol-gels.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-spray-can-sparkles"></i> Estradiol Gels
|
||||
</a>
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Anti-Androgens</strong>
|
||||
</a>
|
||||
<a href="meds/groups/spironolactone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Spironolactone
|
||||
</a>
|
||||
<a href="meds/groups/cyproterone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Cyproterone
|
||||
</a>
|
||||
<a href="meds/groups/bicalutamide.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Bicalutamide
|
||||
</a>
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>5-Alpha Reductase Inhibitors</strong>
|
||||
</a>
|
||||
<a href="meds/groups/finasteride.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Finasteride
|
||||
</a>
|
||||
<a href="meds/groups/dutasteride.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Dutasteride
|
||||
</a>
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Miscellaneous</strong>
|
||||
</a>
|
||||
<a href="meds/groups/progesterone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Progesterone
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">
|
||||
<i class="fa-solid fa-tablets"></i> Estradiol Tablets
|
||||
</h5>
|
||||
<p class="card-text">Estradiol in Tablet form.</p>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<small class="text-muted">Listings: 6</small>
|
||||
</div>
|
||||
<a href="meds/products/index.html%3Fcategory=2.html" class="stretched-link"></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">
|
||||
<i class="fa-solid fa-capsules"></i> Progesterone
|
||||
</h5>
|
||||
<p class="card-text">Progesterone is the primary Progestogen, the secondary group of female sex hormones.</p>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<small class="text-muted">Listings: 9</small>
|
||||
</div>
|
||||
<a href="meds/products/index.html%3Fcategory=4.html" class="stretched-link"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row my-4">
|
||||
<div class="col">
|
||||
<h5>Recent Changes</h5>
|
||||
<table class="table table-sm table-striped">
|
||||
<div class="col-md-8 col-lg-9">
|
||||
<hr class="d-md-none" />
|
||||
<p>Follow us on <a href="https://twitter.com/diyhrtDOTmarket">Twitter</a>!</p>
|
||||
<p>We have an API at <a href="api/index.html">https://diyhrt.market/api/</a>. If you'd like to some different endpoints then drop us a DM on twitter!</p>
|
||||
<hr class="d-md-none" />
|
||||
<h4>Recent Changes</h4>
|
||||
<div class="table-responsive">
|
||||
<table class="table table-bordered table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Product</th>
|
||||
<th>Store</th>
|
||||
<th class="d-none d-sm-table-cell">First Seen</th>
|
||||
<th>Change</th>
|
||||
<th>Price</th>
|
||||
<th>Unit Price</th>
|
||||
<th>Stock</th>
|
||||
<th>First Seen</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="meds/products/finasteride-prosteride-5mg-x10.html">
|
||||
Finasteride (Prosteride) 5mg x10
|
||||
<a href="meds/products/vannapharma-estradiol-gel-55ml.html">
|
||||
VannaPharma Estradiol Gel (55ml)
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="stores/inhouse-pharmacy.html">
|
||||
Inhouse Pharmacy
|
||||
</a>
|
||||
</td>
|
||||
<td class="d-none d-sm-table-cell">01/09/2023 21:40 Fri</td>
|
||||
<td>
|
||||
<span class="badge bg-danger rounded"><strong>US$8.30</strong></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="meds/products/vannapharma-estradiol-cypionate-10ml-40mg-ml.html">
|
||||
VannaPharma Estradiol Cypionate (10ml 40mg/ml)
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="stores/vanna-pharma.html">
|
||||
<a href="https://vannapharmacy.com/shop/estradiol-gel-55ml/">
|
||||
VannaPharma
|
||||
</a>
|
||||
</td>
|
||||
<td class="d-none d-sm-table-cell">01/09/2023 17:41 Fri</td>
|
||||
<td>
|
||||
<span class="badge bg-success rounded"><strong>US$65.00</strong></span>
|
||||
<td>US$95.00</td>
|
||||
<td>US$0.17 per mg</td>
|
||||
<td class="text-success">
|
||||
In Stock
|
||||
</td>
|
||||
<td>01/10/2023 23:41</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="meds/products/progynova-2mg-x28.html">
|
||||
Progynova 2mg x28
|
||||
<a href="meds/products/girlpotion-estradiol-valerate-10ml.html">
|
||||
Girlpotion Estradiol Valerate 400mg/10mL
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="stores/inhouse-pharmacy.html">
|
||||
Inhouse Pharmacy
|
||||
<a href="https://girlpotion.com/product/estradiol-valerate-400mg-10ml/">
|
||||
Girlpotion
|
||||
</a>
|
||||
</td>
|
||||
<td class="d-none d-sm-table-cell">29/08/2023 23:41 Tue</td>
|
||||
<td>
|
||||
<span class="badge bg-success rounded"><strong>US$13.44</strong></span>
|
||||
<td>35.00 €</td>
|
||||
<td>0.09 € per mg</td>
|
||||
<td class="text-danger">
|
||||
Out of Stock
|
||||
</td>
|
||||
<td>01/10/2023 21:41</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="meds/products/vannapharma-estradiol-cypionate-10ml-40mg-ml.html">
|
||||
VannaPharma Estradiol Cypionate (10ml 40mg/ml)
|
||||
<a href="meds/products/girlpotion-estradiol-enanthate-500mg-10ml.html">
|
||||
Girlpotion Estradiol Enanthate 500mg/10mL
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="stores/vanna-pharma.html">
|
||||
VannaPharma
|
||||
<a href="https://girlpotion.com/product/estradiol-enanthate-500mg-10ml/">
|
||||
Girlpotion
|
||||
</a>
|
||||
</td>
|
||||
<td class="d-none d-sm-table-cell">29/08/2023 23:41 Tue</td>
|
||||
<td>
|
||||
<span class="badge bg-danger rounded"><strong>US$65.00</strong></span>
|
||||
<td>45.00 €</td>
|
||||
<td>0.09 € per mg</td>
|
||||
<td class="text-success">
|
||||
In Stock
|
||||
</td>
|
||||
<td>30/09/2023 23:41</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="meds/products/progynova-2mg-x28.html">
|
||||
Progynova 2mg x28
|
||||
<a href="meds/products/girlpotion-estradiol-enanthate-10ml.html">
|
||||
Girlpotion Estradiol Enanthate 400mg/10mL
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="stores/inhouse-pharmacy.html">
|
||||
Inhouse Pharmacy
|
||||
<a href="https://girlpotion.com/product/estradiol-enanthate-400mg-10ml/">
|
||||
Girlpotion
|
||||
</a>
|
||||
</td>
|
||||
<td class="d-none d-sm-table-cell">28/08/2023 21:41 Mon</td>
|
||||
<td>
|
||||
<span class="badge bg-danger rounded"><strong>US$13.44</strong></span>
|
||||
<td>35.00 €</td>
|
||||
<td>0.09 € per mg</td>
|
||||
<td class="text-success">
|
||||
In Stock
|
||||
</td>
|
||||
<td>30/09/2023 23:41</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="meds/products/progynova-2mg-x28.html">
|
||||
Progynova 2mg x28
|
||||
<a href="meds/products/noirelabs-estradiol-enanthate-in-mct-oil-10ml-40mg-ml.html">
|
||||
NoireLabs Estradiol Enanthate in MCT Oil
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="stores/inhouse-pharmacy.html">
|
||||
Inhouse Pharmacy
|
||||
<a href="https://noirelabs.net/shop/">
|
||||
Noire Labs
|
||||
</a>
|
||||
</td>
|
||||
<td class="d-none d-sm-table-cell">28/08/2023 19:41 Mon</td>
|
||||
<td>
|
||||
<span class="badge bg-success rounded"><strong>US$13.44</strong></span>
|
||||
<td>50.00 €</td>
|
||||
<td>0.12 € per mg</td>
|
||||
<td class="text-danger">
|
||||
Out of Stock
|
||||
</td>
|
||||
<td>28/09/2023 17:41</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="meds/products/cyproterone-siterone-100mg-x50.html">
|
||||
Cyproterone (Siterone) 100mg x50
|
||||
<a href="meds/products/noirelabs-estradiol-enanthate-in-mct-oil-10ml-40mg-ml.html">
|
||||
NoireLabs Estradiol Enanthate in MCT Oil
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="stores/inhouse-pharmacy.html">
|
||||
Inhouse Pharmacy
|
||||
<a href="https://noirelabs.net/shop/">
|
||||
Noire Labs
|
||||
</a>
|
||||
</td>
|
||||
<td class="d-none d-sm-table-cell">25/08/2023 01:40 Fri</td>
|
||||
<td>
|
||||
<span class="badge bg-success rounded"><strong>US$105.00</strong></span>
|
||||
<td>50.00 €</td>
|
||||
<td>0.12 € per mg</td>
|
||||
<td class="text-success">
|
||||
In Stock
|
||||
</td>
|
||||
<td>27/09/2023 17:42</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="meds/products/finasteride-finax-1mg-x30.html">
|
||||
Finasteride (Finax) 1mg x30
|
||||
<a href="meds/products/noirelabs-estradiol-enanthate-in-mct-oil-10ml-40mg-ml.html">
|
||||
NoireLabs Estradiol Enanthate in MCT Oil
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="stores/inhouse-pharmacy.html">
|
||||
Inhouse Pharmacy
|
||||
<a href="https://noirelabs.net/shop/">
|
||||
Noire Labs
|
||||
</a>
|
||||
</td>
|
||||
<td class="d-none d-sm-table-cell">24/08/2023 19:40 Thu</td>
|
||||
<td>
|
||||
<span class="badge bg-danger rounded"><strong>US$20.70</strong></span>
|
||||
<td>50.00 €</td>
|
||||
<td>0.12 € per mg</td>
|
||||
<td class="text-danger">
|
||||
Out of Stock
|
||||
</td>
|
||||
<td>27/09/2023 13:41</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="meds/products/dutasteride-avodart-0-5mg-x30.html">
|
||||
Dutasteride (Avodart) 0.5mg x30
|
||||
<a href="meds/products/teahrt-estradiol-enanthate-12ml.html">
|
||||
TeaHRT Estradiol Enanthate 12mL
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="stores/inhouse-pharmacy.html">
|
||||
Inhouse Pharmacy
|
||||
<a href="https://teahrt.com/product/estradiol-enanthate-12ml/">
|
||||
TeaHRT
|
||||
</a>
|
||||
</td>
|
||||
<td class="d-none d-sm-table-cell">23/08/2023 03:40 Wed</td>
|
||||
<td>
|
||||
<span class="badge bg-danger rounded"><strong>US$27.90</strong></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="meds/products/dutasteride-avodart-0-5mg-x30.html">
|
||||
Dutasteride (Avodart) 0.5mg x30
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="stores/inhouse-pharmacy.html">
|
||||
Inhouse Pharmacy
|
||||
</a>
|
||||
</td>
|
||||
<td class="d-none d-sm-table-cell">23/08/2023 01:40 Wed</td>
|
||||
<td>
|
||||
<span class="badge bg-success rounded"><strong>US$27.90</strong></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="meds/products/progynova-2mg-x28.html">
|
||||
Progynova 2mg x28
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="stores/inhouse-pharmacy.html">
|
||||
Inhouse Pharmacy
|
||||
</a>
|
||||
</td>
|
||||
<td class="d-none d-sm-table-cell">22/08/2023 09:41 Tue</td>
|
||||
<td>
|
||||
<span class="badge bg-danger rounded"><strong>US$13.44</strong></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="meds/products/dutasteride-dutagen-0-5mg-x10.html">
|
||||
Dutasteride (Dutagen) 0.5mg x10
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="stores/united-pharmacies-uk.html">
|
||||
United Pharmacies UK
|
||||
</a>
|
||||
</td>
|
||||
<td class="d-none d-sm-table-cell">22/08/2023 01:40 Tue</td>
|
||||
<td>
|
||||
<span class="badge bg-success rounded"><strong>GB£7.62</strong></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="meds/products/vannapharma-estradiol-valerate-10ml-40mg-ml.html">
|
||||
VannaPharma Estradiol Valerate (10ml 40mg/ml)
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="stores/vanna-pharma.html">
|
||||
VannaPharma
|
||||
</a>
|
||||
</td>
|
||||
<td class="d-none d-sm-table-cell">20/08/2023 19:41 Sun</td>
|
||||
<td>
|
||||
<span class="badge bg-success rounded"><strong>US$60.00</strong></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="meds/products/vannapharma-estradiol-undecylate-10ml-40mg-ml.html">
|
||||
VannaPharma Estradiol Undecylate (10ml 40mg/ml)
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="stores/vanna-pharma.html">
|
||||
VannaPharma
|
||||
</a>
|
||||
</td>
|
||||
<td class="d-none d-sm-table-cell">20/08/2023 19:41 Sun</td>
|
||||
<td>
|
||||
<span class="badge bg-success rounded"><strong>US$95.00</strong></span>
|
||||
<td>US$85.00</td>
|
||||
<td>US$0.18 per mg</td>
|
||||
<td class="text-success">
|
||||
In Stock
|
||||
</td>
|
||||
<td>27/09/2023 01:41</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="meds/products/vannapharma-estradiol-enanthate-10ml-40mg-ml.html">
|
||||
VannaPharma Estradiol Enanthate (10ml 40mg/ml)
|
||||
VannaPharma Estradiol Enanthate
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="stores/vanna-pharma.html">
|
||||
<a href="https://vannapharmacy.com/shop/estradiol-enanthate/">
|
||||
VannaPharma
|
||||
</a>
|
||||
</td>
|
||||
<td class="d-none d-sm-table-cell">20/08/2023 19:41 Sun</td>
|
||||
<td>
|
||||
<span class="badge bg-success rounded"><strong>US$60.00</strong></span>
|
||||
<td>US$60.00</td>
|
||||
<td>US$0.15 per mg</td>
|
||||
<td class="text-success">
|
||||
In Stock
|
||||
</td>
|
||||
<td>26/09/2023 21:41</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="meds/products/astrovials-estradiol-enanthate.html">
|
||||
AstroVials Estradiol Enanthate
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://astrovials.co/product/estradiol-enanthate/">
|
||||
Astrovials
|
||||
</a>
|
||||
</td>
|
||||
<td>50.00 €</td>
|
||||
<td>0.12 € per mg</td>
|
||||
<td class="text-success">
|
||||
In Stock
|
||||
</td>
|
||||
<td>26/09/2023 19:41</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="meds/products/vannapharma-estradiol-enanthate-10ml-40mg-ml.html">
|
||||
VannaPharma Estradiol Enanthate
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://vannapharmacy.com/shop/estradiol-enanthate/">
|
||||
VannaPharma
|
||||
</a>
|
||||
</td>
|
||||
<td>US$60.00</td>
|
||||
<td>US$0.15 per mg</td>
|
||||
<td class="text-danger">
|
||||
Out of Stock
|
||||
</td>
|
||||
<td>26/09/2023 17:41</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="meds/products/teahrt-estradiol-enanthate-12ml.html">
|
||||
TeaHRT Estradiol Enanthate 12mL
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://teahrt.com/product/estradiol-enanthate-12ml/">
|
||||
TeaHRT
|
||||
</a>
|
||||
</td>
|
||||
<td>US$80.00</td>
|
||||
<td>US$0.17 per mg</td>
|
||||
<td class="text-success">
|
||||
In Stock
|
||||
</td>
|
||||
<td>26/09/2023 05:41</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="meds/products/sandrena-gel-sachets-x28.html">
|
||||
Sandrena Gel Sachets x28
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.inhousepharmacy.vu/p-469-sandrena-1g-oestradiol.aspx">
|
||||
Inhouse Pharmacy
|
||||
</a>
|
||||
</td>
|
||||
<td>US$17.92</td>
|
||||
<td>US$0.64 per mg</td>
|
||||
<td class="text-danger">
|
||||
Out of Stock
|
||||
</td>
|
||||
<td>26/09/2023 05:41</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="meds/products/sandrena-gel-sachets-x28.html">
|
||||
Sandrena Gel Sachets x28
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.inhousepharmacy.vu/p-469-sandrena-1g-oestradiol.aspx">
|
||||
Inhouse Pharmacy
|
||||
</a>
|
||||
</td>
|
||||
<td>US$17.92</td>
|
||||
<td>US$0.64 per mg</td>
|
||||
<td class="text-success">
|
||||
In Stock
|
||||
</td>
|
||||
<td>26/09/2023 01:41</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="meds/products/progesterone-progestan-200mg-x30.html">
|
||||
Progesterone (Progestan) 200mg x30
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.inhousepharmacy.vu/p-2083-progestan-capsules-200mg.aspx">
|
||||
Inhouse Pharmacy
|
||||
</a>
|
||||
</td>
|
||||
<td>US$30.00</td>
|
||||
<td>US$1.00 per pill</td>
|
||||
<td class="text-danger">
|
||||
Out of Stock
|
||||
</td>
|
||||
<td>25/09/2023 17:42</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
<div class="container">
|
||||
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
||||
@@ -444,6 +440,8 @@ DIYHRT.Market 2022
|
||||
</footer>
|
||||
</div>
|
||||
<script src="static/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="static/js/jquery-3.7.1.min.js"></script>
|
||||
<script src="static/js/bootstrap-table.min.js"></script>
|
||||
<script src="static/fontawesomefree/js/all.min.js"></script>
|
||||
<script>
|
||||
const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]')
|
||||
|
||||
Reference in New Issue
Block a user