mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-27 10:24:37 +02:00
https redirect
This commit is contained in:
@@ -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({
|
||||
|
Reference in New Issue
Block a user