blob: d8dea18a34258de2cd5e9f55ae0266e927d63f78 (
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
|
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<script src="jquery.min.js"></script>
<script src="raphael-min.js"></script>
<script src="sha1.js"></script>
<script src="base.js"></script>
<link rel="stylesheet" type="text/css" href="bootstrap.css">
<link rel="stylesheet" type="text/css" href="base.css">
<title>Polyhash</title>
</head>
<body>
<div class="container">
<h1 class="big">Polyhash</h1>
<div id="c1" class="canvas"></div>
<hr>
<h2>About</h2>
<p>Polyhash is an easy way to generate aesthetic, easily identifiable, icons for hashed values</p>
<h2>Usage</h2>
<ol>
<li>Include the script on the page: <code><script src="http://github.com/bla/bla"></code></li>
<li>Add the class</li>
</ol>
</div>
</body>
</html>
|