summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html60
1 files changed, 29 insertions, 31 deletions
diff --git a/index.html b/index.html
index 53bd6c2..7fa69e4 100644
--- a/index.html
+++ b/index.html
@@ -1,35 +1,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">
-
- </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>
+ <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>