blob: b4fa3f45eeccf793e5eae6234658bab4357c0e47 (
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
|
<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>
<ul>
<li><a href="//pommicket.co">Pommicket</a></li>
<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">
</body>
<footer>
<p>All of the source code to pommicket.co/pommicket or pommicket.github.io can be found <a href="http://github.com/pommicket/pommicket.github.io">here</a></p>
</footer>
</body>
</html>
|