changed http:// to https://

This commit is contained in:
DerAtrox 2013-12-07 14:44:21 +01:00
parent 473e77daa7
commit 7e8a1e3935

View File

@ -3,7 +3,7 @@
<title>Life</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="format-detection" content="telephone=no">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,300">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,300">
<style>
*{
font-family: Open Sans, Helvetica, Arial, sans-serif;
@ -303,4 +303,4 @@ h1{
life.start();
})();
</script>
</script>