summaryrefslogtreecommitdiff
path: root/apps.html
blob: 610977da122e3c706ac05e94146c1dfca7a0e2b5 (plain)
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
28
29
30
31
32
33
34
35
<html>
<head>
<title>Android Apps</title>
<meta charset="utf-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="favicon.png">
</head>

<body>
<h2>Android Apps</h2>
<a class="header_link" href="index.html">Home</a>
<a class="header_link" href="all.html">All</a>
<a class="header_link" href="mathematical.html">Mathematical Demonstrations</a>
<a class="header_link" href="games.html">Games</a>
<hr>
<img src="screenshots/autoartapp.png" width=200><br>
<a href="https://play.google.com/store/apps/details?id=org.neocities.autoart.autoart">AutoArt</a><br>
The Android app for <a href="AutoImages.html">AutoImages</a>.<br>
<hr>

<img src="screenshots/magnetsapp.png" width=200><br>
<a href="https://play.google.com/store/apps/details?id=org.neocities.autoart.magnets">Magnets</a><br>
<p>
The Android app for <a href="magnets.html">Magnets</a>.<br>
</p>
<hr>

<img src="screenshots/ballbounceapp.png" width=200><br>
<a href="https://play.google.com/store/apps/details?id=org.neocities.autoart.ballbounce">Ball Bounce</a><br>
<p>
The Android app for <a href="ballbounce.html">Ball Bounce</a>.<br>
</p>

</body>