About page and privacy policy
This commit is contained in:
18
about.html
Normal file
18
about.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user