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/imthresh/index.html | |
| parent | 543fa1107a16966758d67f95dd080dad24a73e97 (diff) | |
Diffstat (limited to 'share/frontend/imthresh/index.html')
| -rw-r--r-- | share/frontend/imthresh/index.html | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/share/frontend/imthresh/index.html b/share/frontend/imthresh/index.html index 135899f..748ed95 100644 --- a/share/frontend/imthresh/index.html +++ b/share/frontend/imthresh/index.html @@ -3,9 +3,9 @@ <head> <meta charset="utf-8" /> <title>Photoblaster Threshold</title> - <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> + <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="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.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; @@ -80,8 +80,8 @@ height:38px; display: inline-block; position: absolute; - background-image: url(http://i.asdf.us/im/7e/user_convo_1353562627_1355449919.png); - //background-image: url( http://i.asdf.us/im/7b/user_convo_1353562627.png); + background-image: url(https://i.asdf.us/im/7e/user_convo_1353562627_1355449919.png); + //background-image: url( https://i.asdf.us/im/7b/user_convo_1353562627.png); background-repeat:no-repeat; background-position: 3px 10px; cursor: pointer; @@ -94,16 +94,16 @@ <body> <div id="links"> <span class="pb_links">links:</span> - <a class="pb_links" href="http://asdf.us/im/gallery">gallery</a> - <a class="pb_links" href="http://asdf.us/im">pb</a> - <a class="pb_links" href="http://asdf.us/imgradient">imgradient</a> - <a class="pb_links" href="http://asdf.us/imgrid">imgrid</a> - <a class="pb_links" href="http://asdf.us/impattern">impattern</a> - <a class="pb_links" href="http://asdf.us/imlandscape">imlandscape</a> - <a class="pb_links" href="http://asdf.us/imbreak">imbreak</a> - <a class="pb_links" href="http://asdf.us/shader">shader</a> - <a class="pb_links" href="http://asdf.us/ascii">ascii</a> - <a class="pb_links" href="http://asdf.us/imconcat">concat</a> + <a class="pb_links" href="https://asdf.us/im/gallery">gallery</a> + <a class="pb_links" href="https://asdf.us/im">pb</a> + <a class="pb_links" href="https://asdf.us/imgradient">imgradient</a> + <a class="pb_links" href="https://asdf.us/imgrid">imgrid</a> + <a class="pb_links" href="https://asdf.us/impattern">impattern</a> + <a class="pb_links" href="https://asdf.us/imlandscape">imlandscape</a> + <a class="pb_links" href="https://asdf.us/imbreak">imbreak</a> + <a class="pb_links" href="https://asdf.us/shader">shader</a> + <a class="pb_links" href="https://asdf.us/ascii">ascii</a> + <a class="pb_links" href="https://asdf.us/imconcat">concat</a> </div> <h1 id="logos"> <a href=""> |
