-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (60 loc) · 3.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>HEALTH FOOD APP: Know immediately if what you eat is dangerous for your body</title>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="apple-itunes-app" content="app-id=1466196809" />
<link rel="icon" href="./favicon.ico" />
<link rel="stylesheet" href="./static/css/common.css" />
</head>
<body>
<div id="container">
<header>
<h1>Fell Good & Healthy Again! (thanks to Lifyzer <span role="img" aria-label="mobile app">📱</span>)</h1>
<h2>The app that tells you what food can be unhealthy, dangerous or a scam for your health</h2>
<h3>And how to avoid eating rubbish things! 😷</h3>
<h4>Nowadays, food became a real joke, isn't it?</h4>
<p>Everyday, we pay for food that are poisons, but we still give them to our body by thinking it will be good for the day...</p>
<p><a href="https://play.google.com/store/apps/details?id=com.lifyzer" target="_blank" rel="noopener">Lifyzer App</a> has the only goal to protect you and make you healthier, better, more energize, and protect you against diseases/cancers.</p>
<p>Why Spending a lot of money in insurance and doctors if you could prevent most of the potential diseases you will get because of your unhealthy diet.</p>
<p>And in bonus, you are likely to live longer by using Lifyzer app!</p>
</header>
<section>
<div class="center">
<a href="https://apps.apple.com/app/longer-life-lifyzer-food-scan/id1466196809">
<img src="/static/img/ios-appstore.svg" title="Android Lifyzer Mobile App" alt="Android Lifyzer Mobile App" />
</a>
<a href="https://play.google.com/store/apps/details?id=com.lifyzer">
<img src="/static/img/android-googleplay.svg" title="iPhone Lifyzer Mobile App" alt="iPhone Lifyzer Mobile App" />
</a>
</div>
<article>
<p>
You just have to scan food items, and the <strong>Lifyzer</strong> will tell you of its dangerousness for your health.
</p>
</article>
</section>
<footer>
<p class="italic">
Because we <span class="icon-heart-alt"></span> health & food! (and hate doctors / hospital!)
</p>
<p>
<small><span id="copyrightYear"></span> ©, Built with <span role="img" aria-label="healthy hands">🙌</span> by <abbr title="Lifyzer Healthy Food, Ltd. is registered in the Republic of Ireland">Lifyzer Healthy Food, Ltd</abbr>.</small> |
<small><a href="https://angel.co/company/lifyzer/jobs" target="_blank" rel="noopener">Jobs</a></small> <span class="badge badge-primary">We're hiring!</span>
</p>
<p>
<small>Fancy a chat? We too! 😋 <strong>Say hello</strong>@lifyzer.com 💌 - Pop by the Healthy Food Towers at 70, Navan Road, Dublin 7.</small>
</p>
<p>
<small>
<a href="https://lifyzer.com/nova.txt" target="_blank">NOVA</a> | <a href="https://lifyzer.com/tos.txt" rel="nofollow noopener" target="_blank">Terms</a> |
<a href="https://lifyzer.com/privacy.txt" rel="nofollow noopener" target="_blank">Privacy</a> | <a href="https://lifyzer.com/gdpr.txt" rel="nofollow noopener" target="_blank">GDPR</a>
</small>
</p>
</footer>
</div>
<script>document.getElementById('copyrightYear').innerHTML=(new Date).getFullYear()</script>
</body>
</html>