+6
-6
lines changedFilter options
+6
-6
lines changed Original file line number Diff line number Diff line change
@@ -712,18 +712,18 @@ JavaScript files.
712
712
<!-- Add this to <head> -->
713
713
714
714
<!-- Load required Bootstrap and BootstrapVue CSS -->
715
-
<link type="text/css" rel="stylesheet" href="//unpkg.com/bootstrap/dist/css/bootstrap.min.css" />
716
-
<link type="text/css" rel="stylesheet" href="//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.min.css" />
715
+
<link type="text/css" rel="stylesheet" href="https://unpkg.com/bootstrap/dist/css/bootstrap.min.css" />
716
+
<link type="text/css" rel="stylesheet" href="https://unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.min.css" />
717
717
718
718
<!-- Load polyfills to support older browsers -->
719
-
<script src="//polyfill.io/v3/polyfill.min.js?features=es2015%2CIntersectionObserver" crossorigin="anonymous"></script>
719
+
<script src="https://polyfill.io/v3/polyfill.min.js?features=es2015%2CIntersectionObserver" crossorigin="anonymous"></script>
720
720
721
721
<!-- Load Vue followed by BootstrapVue -->
722
-
<script src="//unpkg.com/vue@latest/dist/vue.min.js"></script>
723
-
<script src="//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.min.js"></script>
722
+
<script src="https://unpkg.com/vue@latest/dist/vue.min.js"></script>
723
+
<script src="https://unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.min.js"></script>
724
724
725
725
<!-- Load the following for BootstrapVueIcons support -->
726
-
<script src="//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue-icons.min.js"></script>
726
+
<script src="https://unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue-icons.min.js"></script>
727
727
```
728
728
729
729
## Build variants
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4