-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
19 lines (19 loc) · 896 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<title>Daily Calorie & body fat Calculator</title>
<meta lang="en">
<meta charset="UTF-8">
<link rel="icon" type="image/svg+xml" href="favicon.svg">
<link rel="icon" href="favicon.png">
<link rel="manifest" href="appmanifest">
<meta name="description" content="very accurate Calorie and body fat calculator by StewVed">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
<meta name="keywords" content="StewVed,stewart,robinson,web,free,open,source,program,app,html5,javascript">
<meta name="author" content="Stewart Robinson (StewVed)">
<script>var a=document.createElement('script');a.src='fileList.js';document.head.appendChild(a);</script>
</head>
<body>
<div id="loading" style="color:transparent;position:relative;"></div>
</body>
</html>