|
13 | 13 | <title>{%book.name%}</title>
|
14 | 14 |
|
15 | 15 | <!-- Bootstrap core CSS -->
|
16 |
| - <link href="http://getbootstrap.com/dist/css/bootstrap.min.css" rel="stylesheet" /> |
| 16 | + <link href="/scripts/bootstrap/bootstrap.min.css?raw=true" rel="stylesheet" /> |
17 | 17 | <!-- Custom styles for this template -->
|
18 |
| - |
19 |
| - <!-- Just for debugging purposes. Don't actually copy these 2 lines! --> |
20 |
| - <!--[if lt IE 9]><script src="http://getbootstrap.com/assets/js/ie8-responsive-file-warning.js"></script><![endif]--> |
21 |
| - <script src="http://getbootstrap.com/assets/js/ie-emulation-modes-warning.js"></script> |
22 |
| - |
23 |
| - <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
24 |
| - <!--[if lt IE 9]> |
25 |
| - <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
26 |
| - <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
27 |
| - <![endif]--> |
28 |
| - |
29 | 18 | <style type="text/css">
|
30 | 19 | #list {
|
31 | 20 | overflow-x:hidden;
|
|
63 | 52 | .arrowline { top:-1px; border-style:dashed dashed solid; border-width:7px; border-color:transparent transparent #d9d9d9 transparent; }
|
64 | 53 | .arrowbg { top:0; border-style:dashed dashed solid; border-width:7px; border-color:transparent transparent #fff transparent; }
|
65 | 54 | </style>
|
66 |
| - <script type="text/javascript" src="//jquery.com/jquery-wp-content/themes/jquery/js/jquery-1.11.2.min.js"></script> |
67 |
| - <script type="text/javascript" src="//ingod.asia/themes/scripts/timer.js"></script> |
68 |
| - |
| 55 | + <!-- Just for debugging purposes. Don't actually copy these 2 lines! --> |
| 56 | + <!--[if lt IE 9]><script src="http://getbootstrap.com/assets/js/ie8-responsive-file-warning.js"></script><![endif]--> |
| 57 | + <script src="/scripts/bootstrap/ie-emulation-modes-warning.js?raw=true"></script> |
| 58 | + <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
| 59 | + <!--[if lt IE 9]> |
| 60 | + <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
| 61 | + <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
| 62 | + <![endif]--> |
| 63 | + <script type="text/javascript" src="/scripts/jquery-1.11.3.min.js?raw=true"></script> |
| 64 | + <script type="text/javascript" src="/scripts/timer.js?raw=true"></script> |
69 | 65 | </head>
|
70 | 66 | <body>
|
71 | 67 | <!-- Fixed navbar -->
|
|
0 commit comments