mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-04-24 15:27:17 +00:00
7 lines
192 B
HTML
7 lines
192 B
HTML
<script type="text/javascript">
|
|
var host = "arcanis.name";
|
|
if ((host == window.location.host) && (window.location.protocol != "https:"))
|
|
window.location.protocol = "https";
|
|
</script>
|
|
|