Files
simplecal/about.html
2020-09-12 05:21:48 +00:00

19 lines
750 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>SimpleCal</title>
<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>
<div class="header"><a href="https://simplecal.io/">Try SimpleCal now!</a></div>
<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>