changed http:// to https://
This commit is contained in:
parent
473e77daa7
commit
7e8a1e3935
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user