diff options
| author | Pepper <pepper@scannerjammer.com> | 2023-05-19 23:30:08 +0000 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2023-05-19 23:30:08 +0000 |
| commit | e5d78a9356717dc6ae2c6a73c88982046d315f62 (patch) | |
| tree | ee7728979313392f43e015391ebef016d4c8e08b /share/frontend/imconcat | |
| parent | 543fa1107a16966758d67f95dd080dad24a73e97 (diff) | |
Diffstat (limited to 'share/frontend/imconcat')
| -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; |
