diff options
Diffstat (limited to 'share/frontend/imconcat/index.html')
| -rw-r--r-- | share/frontend/imconcat/index.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/share/frontend/imconcat/index.html b/share/frontend/imconcat/index.html index 909d2e0..f3966b7 100644 --- a/share/frontend/imconcat/index.html +++ b/share/frontend/imconcat/index.html @@ -3,12 +3,9 @@ <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">--> - <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> --> + <link rel="stylesheet" href="https://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="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script> <style type="text/css"> body{ line-height: 2em; |
