fix: spacing in menu items
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
<a href="../index.html"><img alt="Spike" src="../images/spike.jpg" id="spike"></a>
|
<a href="../index.html"><img alt="Spike" src="../images/spike.jpg" id="spike"></a>
|
||||||
</a>
|
</a>
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
|
<a> </a>
|
||||||
<a href="blog.html">the blog</a>
|
<a href="blog.html">the blog</a>
|
||||||
<a href="//github.com/ALittlePatate">github</a>
|
<a href="//github.com/ALittlePatate">github</a>
|
||||||
<a href="../pgp/key.txt">pgp key</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>
|
<a href="//torproject.org"><img alt="Tor" src="../images/footer/tor.gif" /></a>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
<a href="../index.html"><img alt="Spike" src="../images/spike.jpg" id="spike"></a>
|
<a href="../index.html"><img alt="Spike" src="../images/spike.jpg" id="spike"></a>
|
||||||
</a>
|
</a>
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
|
<a> </a>
|
||||||
<a href="blog.html">the blog</a>
|
<a href="blog.html">the blog</a>
|
||||||
<a href="//github.com/ALittlePatate">github</a>
|
<a href="//github.com/ALittlePatate">github</a>
|
||||||
<a href="../pgp/key.txt">pgp key</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>
|
<a href="//gnu.org"><img alt="GNU/Linux" src="../images/footer/gnu_linux.png" /></a>
|
||||||
<img alt="" src="../images/footer/internet-privacy.gif" />
|
<img alt="" src="../images/footer/internet-privacy.gif" />
|
||||||
<a href="//torproject.org"><img alt="Tor" src="../images/footer/tor.gif" /></a>
|
<a href="//torproject.org"><img alt="Tor" src="../images/footer/tor.gif" /></a>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
<a href="../index.html"><img alt="Spike" src="../images/spike.jpg" id="spike"></a>
|
<a href="../index.html"><img alt="Spike" src="../images/spike.jpg" id="spike"></a>
|
||||||
</a>
|
</a>
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
|
<a> </a>
|
||||||
<a href="blog.html">the blog</a>
|
<a href="blog.html">the blog</a>
|
||||||
<a href="//github.com/ALittlePatate">github</a>
|
<a href="//github.com/ALittlePatate">github</a>
|
||||||
<a href="../pgp/key.txt">pgp key</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>
|
<a href="//gnu.org"><img alt="GNU/Linux" src="../images/footer/gnu_linux.png" /></a>
|
||||||
<img alt="" src="../images/footer/internet-privacy.gif" />
|
<img alt="" src="../images/footer/internet-privacy.gif" />
|
||||||
<a href="//torproject.org"><img alt="Tor" src="../images/footer/tor.gif" /></a>
|
<a href="//torproject.org"><img alt="Tor" src="../images/footer/tor.gif" /></a>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ def generate_base(title) :
|
|||||||
<a href="../index.html"><img alt="Spike" src="../images/spike.jpg" id="spike"></a>
|
<a href="../index.html"><img alt="Spike" src="../images/spike.jpg" id="spike"></a>
|
||||||
</a>
|
</a>
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
|
<a> </a>
|
||||||
<a href="blog.html">the blog</a>
|
<a href="blog.html">the blog</a>
|
||||||
<a href="//github.com/ALittlePatate">github</a>
|
<a href="//github.com/ALittlePatate">github</a>
|
||||||
<a href="../pgp/key.txt">pgp key</a>
|
<a href="../pgp/key.txt">pgp key</a>
|
||||||
@@ -198,4 +199,4 @@ def main() :
|
|||||||
f.write(line)
|
f.write(line)
|
||||||
|
|
||||||
if __name__ == "__main__" :
|
if __name__ == "__main__" :
|
||||||
main()
|
main()
|
||||||
|
|||||||
Reference in New Issue
Block a user