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
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<link rel="stylesheet" href="cron.css" type="text/css"/>
<title>cronometer.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta>
</head>
<body>
<h1>CRON-o-Meter Web Version</h1>
The same great easy-to-use tracking of CRON-O-Meter is now available
as a web application at <a href="http://cronometer.com/">http://cronometer.com/</a>.
<h2>Why switch to cronometer.com?</h2>
<ul>
<li>Access your food diary from any web browser</li>
<li>Track on-the-go with the iPhone or Android app</li>
<li>Easily share your foods, recipes, and progress with others</li>
<li>A larger and growing food database</li>
<li>More detailed charts and graphs</li>
<li>Track calories burned in exercises</li>
</ul>
Once you have created an account at cronometer.com, you can upload your data
to your online account under the <b>Help Menu</b> -> <i>Export to cronometer.com...</i>
<br/>
<br/>
<div align="center">
<a href="http://cronometer.com/">
<img src="wv.png">
</a>
</div>
</body>
</html>
|