-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
30 lines (29 loc) · 1.29 KB
/
index.html
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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>Markov A by larixk</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<img src="img/thumb.jpg" class="thumb" />
<div class="intro">
<h1><strong>Markov A</strong> by <a href="http://larixk.nl/">larixk</a></h1>
<p>Drop an image from your desktop. Click the image to save.</p>
<p class="license">
Might not work. Might set your computer on fire. Use at your own risk.<br>
When publishing work you create here, mentioning this page would be nice.
(<a href="http://larixk.nl/">Larix Kortbeek</a>, 2013)
</p>
</div>
<div id="photo" class="photo"></div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/dat-gui/0.5/dat.gui.min.js"></script>
<script src="js/requestAnimationFrame.js"></script>
<script src="js/setImmediate.js"></script>
<script src="js/Front.js"></script>
<script src="js/Markov.js"></script>
<script src="js/script.js"></script>
<a class="github" href="https://github.com/Larixk/markov"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_white_ffffff.png" alt="Fork me on GitHub"></a>
</body>
</html>