-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
25 lines (23 loc) · 1.08 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<meta charset="utf-8">
<meta name="description" content="Calculate 52-week savings The 52 Week Money Challenge is an incremental savings plan that will help you save money throughout the year.The concept is simple: start the year off by saving a 100 KES the first week, and then put away an additional 100 KES each week after that. At the end of 52 weeks, you'll save KES137,800!">
<meta name="keywords" content="52 week savings challenge"/>
<meta name="keyword" content="#52weekChallenge"/>
<title>#52WeekChallenge Calculator</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-89813918-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-89813918-2');
</script>
</html>