summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..850561e
--- /dev/null
+++ b/index.html
@@ -0,0 +1,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>