http to https

This commit is contained in:
2019-09-02 15:30:13 +03:00
committed by GitHub
parent cde24d15c6
commit 707f07f18e

View File

@@ -7,7 +7,7 @@
body { background: #00bc38; }
div#heart { background: #00bc38; width: 550px; height: 550px; position: fixed; top: 50%; left: 50%; margin-left: -275px; margin-top: -275px; }
</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
<script src="heart.js" type="text/javascript" charset="utf-8"></script>
</head>
<body id="" class="">
@@ -23,4 +23,4 @@
</svg>
</div>
</body>
</html>
</html>