Add recently watched anime
This commit is contained in:
parent
571f2e57c5
commit
2b4d18e869
3 changed files with 149 additions and 8 deletions
|
@ -6,6 +6,8 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<title>Elnu's Homepage</title>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.3/moment.min.js"></script>
|
||||
<script src="script.js"></script>
|
||||
<script>
|
||||
var _paq = window._paq = window._paq || [];
|
||||
_paq.push(['trackPageView']);
|
||||
|
@ -41,6 +43,10 @@
|
|||
<small>More coming soon™! (* ̄▽ ̄)b</small>
|
||||
</div>
|
||||
</div>
|
||||
<h3>Recently watched anime from <a href="https://anilist.co/user/Elnu/">AniList</a></h3>
|
||||
<div class="activities">
|
||||
Loading recent anime activity...
|
||||
</div>
|
||||
<br>
|
||||
<div class="socials">
|
||||
<a href="https://anilist.co/user/Elnu/" title="AniList" target="_blank"><img src="anilist.svg" alt="AniList"></a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue