File: webversion.html

package info (click to toggle)
cronometer 0.9.9%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,744 kB
  • sloc: java: 17,382; xml: 909; makefile: 19
file content (38 lines) | stat: -rw-r--r-- 1,258 bytes parent folder | download | duplicates (6)
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>