diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2012-07-17 18:25:41 -0400 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2012-07-17 18:25:41 -0400 |
| commit | 1396b087c820387e020d6c748c6277d21ed26074 (patch) | |
| tree | 4949745792129abd5e61aca727c625e5728de5f9 /index.html | |
| parent | 517aa74a93394a62eab8bd120520b83d429e8076 (diff) | |
initial static files
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..fc6301a --- /dev/null +++ b/index.html @@ -0,0 +1,17 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"></meta> + <script src="jquery.min.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>Hash Visualization</title> + </head> + <body> + <h1>Hash Visualization</h1> + <hr> + <input id="val"> + <input type="button" class="btn btn-primary" value="Generate"> + </body> +</html> |
