https redirect
This commit is contained in:
parent
c1845eedd6
commit
7f583d736d
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,12 @@
|
|||
{% include base_path %}
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<script type="text/javascript">
|
||||
var host = "3ds.guide";
|
||||
if ((host == window.location.host) && (window.location.protocol != "https:"))
|
||||
window.location.protocol = "https";
|
||||
</script>
|
||||
|
||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({
|
||||
|
|
Loading…
Reference in a new issue