19 lines
760 B
HTML
19 lines
760 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>About 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/"><img src="google.png"></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>
|