Files
simplecal/about.html

19 lines
760 B
HTML
Raw Permalink Normal View History

2020-09-12 05:21:48 +00:00
<!doctype html>
<html lang="en">
<head>
2020-09-12 05:22:44 +00:00
<title>About SimpleCal</title>
2020-09-12 05:21:48 +00:00
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#000000">
<link rel="stylesheet" href="meta.css">
<link rel="icon" href="icon.png">
</head>
<body>
2020-09-19 20:51:20 +00:00
<div class="header"><a href="https://simplecal.io/"><img src="google.png"></a></div>
2020-09-12 05:21:48 +00:00
<div>SimpleCal is an extremely simple view of your calendar. It reads data from your Google Calendar and displays the current and next meeting only. It shows a progress bar for the current meeting, and a countdown timer to the next meeting if you're currently on a break. That's it!</div>
<div><a href="privacy">Privacy Policy</a></div>
</body>
</html>