diff options
Diffstat (limited to 'static/js/buttons.html')
| -rw-r--r-- | static/js/buttons.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/static/js/buttons.html b/static/js/buttons.html new file mode 100644 index 0000000..48bc11e --- /dev/null +++ b/static/js/buttons.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title></title> + <base target="_blank"><!--[if lte IE 6]></base><![endif]--> + <link rel="stylesheet" href="buttons.css"> + <!--[if lt IE 8]> + <link rel="stylesheet" href="assets/css/octicons-iefix.css"> + <![endif]--> + <!--[if IE 8]> + <script src="assets/js/pseudo-ie8fix.js"></script> + <![endif]--> + <meta name="robots" content="noindex, nofollow"> + </head> + <body> + <script src="buttons.js"></script> + </body> +</html> |
