fix: spacing in menu items

This commit is contained in:
2024-04-22 09:15:22 +02:00
parent 806c5791c6
commit 76e2454ec9
4 changed files with 8 additions and 4 deletions

View File

@@ -11,6 +11,7 @@
<a href="../index.html"><img alt="Spike" src="../images/spike.jpg" id="spike"></a>
</a>
<div class="menu">
<a> </a>
<a href="blog.html">the blog</a>
<a href="//github.com/ALittlePatate">github</a>
<a href="../pgp/key.txt">pgp key</a>
@@ -38,4 +39,4 @@
<a href="//torproject.org"><img alt="Tor" src="../images/footer/tor.gif" /></a>
</footer>
</body>
</html>
</html>

View File

@@ -11,6 +11,7 @@
<a href="../index.html"><img alt="Spike" src="../images/spike.jpg" id="spike"></a>
</a>
<div class="menu">
<a> </a>
<a href="blog.html">the blog</a>
<a href="//github.com/ALittlePatate">github</a>
<a href="../pgp/key.txt">pgp key</a>
@@ -65,4 +66,4 @@
<a href="//gnu.org"><img alt="GNU/Linux" src="../images/footer/gnu_linux.png" /></a>
<img alt="" src="../images/footer/internet-privacy.gif" />
<a href="//torproject.org"><img alt="Tor" src="../images/footer/tor.gif" /></a>
</footer>
</footer>

View File

@@ -11,6 +11,7 @@
<a href="../index.html"><img alt="Spike" src="../images/spike.jpg" id="spike"></a>
</a>
<div class="menu">
<a> </a>
<a href="blog.html">the blog</a>
<a href="//github.com/ALittlePatate">github</a>
<a href="../pgp/key.txt">pgp key</a>
@@ -62,4 +63,4 @@ To conclude, reversing VAC is a great way of learning as it's not obfuscated/pac
<a href="//gnu.org"><img alt="GNU/Linux" src="../images/footer/gnu_linux.png" /></a>
<img alt="" src="../images/footer/internet-privacy.gif" />
<a href="//torproject.org"><img alt="Tor" src="../images/footer/tor.gif" /></a>
</footer>
</footer>

View File

@@ -39,6 +39,7 @@ def generate_base(title) :
<a href="../index.html"><img alt="Spike" src="../images/spike.jpg" id="spike"></a>
</a>
<div class="menu">
<a> </a>
<a href="blog.html">the blog</a>
<a href="//github.com/ALittlePatate">github</a>
<a href="../pgp/key.txt">pgp key</a>
@@ -198,4 +199,4 @@ def main() :
f.write(line)
if __name__ == "__main__" :
main()
main()