summaryrefslogtreecommitdiff
path: root/index.html
blob: 850561eed0faf1187df83f71f25e243ee2b98316 (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>AutoArt</title>
	<link rel="stylesheet" href="css/bootstrap.min.css">
    <link rel="stylesheet" href="css/style.css">
    <link rel="shortcut icon" type="image/png" href="favicon.png">
	
  </head>
  <body>
    <h2>AutoArt</h2>
    <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>
    <a class="header_link" href="apps.html">Android Apps</a>
    
	<hr>
    <p>
    AutoArt is a website with mathematical demonstrations, games, and more.<br>
    The main projects on the website are:
    
    <ul>
    <li><a href="AutoImages.html">Auto Images</a></li>
    <li><a href="AutoVideos.html">Auto Videos</a></li>
    <li><a href="AutoAudio.html">Auto Audio</a></li>
    </ul>
    </p>
	<p>Image from <a href='AutoImages.html'>AutoImages</a>:<br></p>
	<img src="screenshots/AutoImages.png" title="Example of AutoImages" style="width:500px;height:250px">
  </body>
  <footer>
<p>This website is licensed under the <a href='LICENSE.txt'>GNU General public license</a>. All of the source code can be found <a href="http://github.com/pommicket/pommicket.github.io">here</a></p>
</footer>

</html>