Load web resources over HTTPS
This commit is contained in:
parent
a564dba8cd
commit
332b8bb612
|
@ -6,9 +6,9 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||||
<meta name="description" content="jSerialComm : Platform-independent serial port access for Java">
|
<meta name="description" content="jSerialComm : Platform-independent serial port access for Java">
|
||||||
|
|
||||||
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
|
<link rel="stylesheet" href="https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
|
||||||
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
|
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
|
||||||
<script src="http://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
|
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
|
||||||
<script>$(function() { $( ".tabs" ).tabs(); });</script>
|
<script>$(function() { $( ".tabs" ).tabs(); });</script>
|
||||||
<link rel="shortcut icon" href="favicon.ico">
|
<link rel="shortcut icon" href="favicon.ico">
|
||||||
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
|
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
|
||||||
|
|
Loading…
Reference in New Issue