You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
422 B
HTML
23 lines
422 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<script src="https://cdn.jsdelivr.net/npm/jquery@3.3.1"></script>
|
|
<link rel="stylesheet" href="dist/bilibili-bangumi.css">
|
|
</head>
|
|
<script>
|
|
var apiUrl = "";
|
|
var userId = "66745436";
|
|
</script>
|
|
<script src="dist/bilibili-bangumi.js"></script>
|
|
|
|
<body>
|
|
<div class="bgm-container">
|
|
<div class="bgm-collection" id="bgm-collection">
|
|
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |