summaryrefslogtreecommitdiff
path: root/index.html
blob: 7fa69e4277a848741016ea9d1fd2972e3dbb3095 (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
<html>

    <head>
        <title>AutoArt</title>
        <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">
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
    </head>
    <body>
        <div id="navbar"></div>
        <script src="navbar.js"></script>

        <h2>AutoArt</h2>
        <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>
    </body>

</html>