diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-10-16 09:41:29 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-10-16 09:41:29 -0700 |
| commit | 4b2bcc858aaf5eba6137df0f04c01ae6a9009437 (patch) | |
| tree | db80cc07eaeef59cc4ba0eb921482ba2f373f44e /projects.html | |
| parent | fe3343e6ca93246b34204b3403fb4c96b87b815c (diff) | |
add marquee footer to projects and webmaster page
Diffstat (limited to 'projects.html')
| -rw-r--r-- | projects.html | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/projects.html b/projects.html index 0cb7fd7..6c4f4b0 100644 --- a/projects.html +++ b/projects.html @@ -163,10 +163,13 @@ </div> <div class="footer"> - <marquee behavior="scroll" direction="right"> - what this do again? - </marquee> - </div> + <marquee behavior="scroll" direction="right"> + pinapelz.moe/ pinapelz.com / phase-tracker.com / + imisserinya.phase-tracker.com / patchwork.moekyun.me / + blog.pinapelz.com / signpost.pinapelz.com / mojibaka.pinapelz.com / + moekyun.me / vtuber-captcha.moekyun.me / + </marquee> + </div> <div class="fullscreen-img" id="fullscreenImg"> @@ -187,4 +190,4 @@ }); </script> </body> -</html>
\ No newline at end of file +</html> |
