-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (26 loc) · 1.06 KB
/
index.html
File metadata and controls
27 lines (26 loc) · 1.06 KB
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
<!DOCTYPE html>
<html>
<head>
<title>ThingsToDoPRO</title>
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Welcome to ThingsToDoPRO</h1>
<h2>A To-Do List App</h2>
<a href="https://github.com/landoodle123/ThingsToDoPRO/releases">Download</a>
<h3>About</h3>
<p>
ThingsToDoPRO is an independently developed side project that is made with Microsoft Dotnet, and is being worked on with many new features. For any new suggestions, open a new issue on Github. Note that this is only available on Windows.
</p>
<h3>Install Tutorial</h3>
<p>
How to install ThingsToDoPRO:
<ol>
<li>Download the installer file from GitHub</li>
<li>Run the installer as usual, adjusting settings for yourself</li>
<li>Run the program and enjoy! It will save automatically and load your to-do list.</li>
</ol>
</p>
</body>
</html>