forked from okonet/colorist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (25 loc) · 960 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="follow">
<meta name="copyright" content="Andrey Okonetchnikov ([email protected])">
<meta name="language" content="en">
<title>Colorist: Create color palettes from images.</title>
<link rel="stylesheet" href="styles.css" type="text/css" media="screen" title="no title" charset="utf-8">
</head>
<body>
<h1>Colorist</h1>
<section id="drop" class="drag-waiting">
<h2>Drop you image here...</h2>
</section>
<footer>
<p class="copyright">© <a href="http://okonet.ru/">Andrey Okonetchnikov</a>, 2010</p>
</footer>
<script src="colorist.js" type="text/javascript" charset="utf-8"></script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript">
_uacct = "UA-449715-1";
urchinTracker();
</script>
</body>