diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2023-05-05 03:16:06 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2023-05-05 03:16:06 -0600 |
commit | 70e783628b1bf863da45cc8879b06288a498840b (patch) | |
tree | 6a61d3134fbb100f0fc04e9e96782d29e24bb5ed /live/art/a/elephant_octopus.html | |
parent | ec2aa74d36670d74c153aa0022ab22e79502a061 (diff) |
update css, make articles more uniform, add toc and add functionality to scroll to the top
Diffstat (limited to 'live/art/a/elephant_octopus.html')
-rw-r--r-- | live/art/a/elephant_octopus.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/live/art/a/elephant_octopus.html b/live/art/a/elephant_octopus.html index 9d5507a..6da9ded 100644 --- a/live/art/a/elephant_octopus.html +++ b/live/art/a/elephant_octopus.html @@ -16,6 +16,8 @@ <!-- theme related --> <script type="text/javascript" src="https://static.luevano.xyz/scripts/theme.js"></script> <link id="theme-css" rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/theme.css"> + <!-- misc functions--> + <script type="text/javascript" src="https://static.luevano.xyz/scripts/return_top.js"></script> <!-- extra --> <!-- og meta --> <meta property="og:title" content="Elephant octopus -- Luevano's Art"/> @@ -66,6 +68,11 @@ </header> <main> + <div class="return-top"> + <button class="return-top" onclick="returnTop()" id="returnTopButton"> + <i class="fas fa-arrow-up" alt="Return to top"></i> + </button> + </div> <h1>Elephant octopus</h1> <a class="zoom-in" href="https://static.luevano.xyz/images/a/elephant_octopus.png" alt="See raw."> |