mirror of
https://github.com/ivuorinen/heart.git
synced 2026-01-26 03:24:05 +00:00
http to https
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user