-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeals_download.html
27 lines (19 loc) · 1.41 KB
/
meals_download.html
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 lang="en">
<head>
<title>Meals program download - Adam Richard's web page</title>
<meta name="viewport" content="initial-scale=1">
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
</head>
<body>
<h1>Meals program download - Adam Richard's web page</h1>
<p>Linux executable (64-bit): <a href="meals-0.12.7-beta-x64">click here</a>.</p>
<p>Windows executable: <a href="meals-0.12.8.zip">click here</a>.</p>
<p>
For an explanation of the version numbers click <a href="version_numbers.html">here</a>
</p>
<p>If you're interested in this program and use something other than Linux, <a href="email.html">E-mail me</a> and I might put Windows or Mac executables here for download. The program should work fine on Windows or Mac.</p>
<p>The latest version of the source code can be found <a href="https://github.com/adam4235/meals">here</a>. You don't need it to run the executables above. Since this program is something of a quick-and-dirty solution to save me some time, the quality of the code is not necessarily up to my usual standard. I don't think it's horrible, but I could certainly do better; I just don't think it's worthwhile to improve unless a bunch of people express interest in it.</p>
<p>You may use the code however you want, but you may not call it your own.</p>
<hr><a href="index.html">Homepage</a> <a href="email.html">Contact Me</a></body>
</html>