diff options
Diffstat (limited to 'share/frontend')
| -rw-r--r-- | share/frontend/imconcat/index.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/share/frontend/imconcat/index.html b/share/frontend/imconcat/index.html index 78f43ea..909d2e0 100644 --- a/share/frontend/imconcat/index.html +++ b/share/frontend/imconcat/index.html @@ -3,9 +3,12 @@ <head> <meta charset="utf-8" /> <title>Photoblaster Concatenate</title> - <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script> - <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script> +<!-- <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">--> + <link rel="stylesheet" href="css/bootstrap.css"> +<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>--> +<script src="/js/jquery-1.11.0.min.js"></script> +<script src="/js/bootstrap.min.js"></script> +<!-- <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script> --> <style type="text/css"> body{ line-height: 2em; |
